Yoast\WP\SEO\Helpers

Aioseo_Helper::get_table()publicYoast 1.0

Retrieves the AIOSEO table name along with the db prefix.

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

Хуков нет.

Возвращает

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

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

$Aioseo_Helper = new Aioseo_Helper();
$Aioseo_Helper->get_table();

Код Aioseo_Helper::get_table() Yoast 22.4

public function get_table() {
	return $this->wpdb->prefix . 'aioseo_posts';
}