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