Yoast\WP\SEO\Config\Migrations
AddColumnsToIndexables::get_indexable_table() protected Yoast 1.0
Retrieves the Indexable table.
{} Это метод класса: AddColumnsToIndexables{}
Хуков нет.
Возвращает
Строку
. The Indexable table name.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_indexable_table();
Код AddColumnsToIndexables::get_indexable_table() AddColumnsToIndexables::get indexable table Yoast 16.1.1
protected function get_indexable_table() {
return Model::get_table_name( 'Indexable' );
}