You appear to be a bot. Output may be restricted
Description
Retrieves the table name to use for storing indexables.
Usage
$string = BreadcrumbTitleAndHierarchyReset::get_indexable_table_name();
Parameters
Returns
string The table name to use.
Source
File name: wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php
Lines:
1 to 3 of 3
protected function get_indexable_table_name() { return Model::get_table_name( 'Indexable' ); }