Yoast\WP\SEO\Actions\Indexing
Indexation_Action_Interface::index() public Yoast 1.0
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.
{} Это метод класса: Indexation_Action_Interface{}
Хуков нет.
Возвращает
Массив
. The reindexed objects.
Использование
$Indexation_Action_Interface = new Indexation_Action_Interface(); $Indexation_Action_Interface->index();
Код Indexation_Action_Interface::index() Indexation Action Interface::index Yoast 16.1.1
public function index();