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