Yoast\WP\SEO\Helpers
Aioseo_Helper::get_table()
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() Aioseo Helper::get table Yoast 24.4
public function get_table() { return $this->wpdb->prefix . 'aioseo_posts'; }