Yoast\WP\SEO\Actions\Importing
Importing_Indexation_Action_Interface::index()
Indexes a number of objects.
NOTE: ALWAYS use limits, this method is intended to be called multiple times over several requests.
For indexing that requires JavaScript simply return the objects that should be indexed.
Метод класса: Importing_Indexation_Action_Interface{}
Хуков нет.
Возвращает
Массив
. The reindexed objects.
Использование
$Importing_Indexation_Action_Interface = new Importing_Indexation_Action_Interface(); $Importing_Indexation_Action_Interface->index();
Код Importing_Indexation_Action_Interface::index() Importing Indexation Action Interface::index Yoast 23.4
public function index();