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