Yoast\WP\SEO\Actions\Importing\Aioseo

Aioseo_Cleanup_Action::get_postmeta_table()protectedYoast 1.0

Retrieves the postmeta along with the db prefix.

Метод класса: Aioseo_Cleanup_Action{}

Хуков нет.

Возвращает

Строку. The postmeta table name along with the db prefix.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_postmeta_table();

Код Aioseo_Cleanup_Action::get_postmeta_table() Yoast 22.4

protected function get_postmeta_table() {
	return $this->wpdb->prefix . 'postmeta';
}