AP_Update_Helper::check_old_meta_table_exists()

Description #

Check if old ap_meta table exists.

Source #

File: admin/update.php

	public function check_old_meta_table_exists() {
		global $wpdb;
		if ( $wpdb->prefix . 'ap_meta' === $wpdb->get_var( "SHOW TABLES LIKE '{$wpdb->prefix}ap_meta'" ) ) {
			$this->meta_table_exists = true;
		}
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment