Yoast\WP\SEO\Actions\Indexing
Indexable_General_Indexation_Action::get_total_unindexed() public Yoast 1.0
Returns the total number of unindexed objects.
{} Это метод класса: Indexable_General_Indexation_Action{}
Хуков нет.
Возвращает
Число
. The total number of unindexed objects.
Использование
$Indexable_General_Indexation_Action = new Indexable_General_Indexation_Action(); $Indexable_General_Indexation_Action->get_total_unindexed();
Код Indexable_General_Indexation_Action::get_total_unindexed() Indexable General Indexation Action::get total unindexed Yoast 16.1.1
public function get_total_unindexed() {
$indexables_to_create = $this->query();
return \count( $indexables_to_create );
}