Yoast\WP\SEO\Integrations\Admin
Indexing_Tool_Integration::get_unindexed_count() public Yoast 1.0
Запрещена (устарела) с версии 15.3. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.
Returns the total number of unindexed objects and applies a filter for third party integrations.
{} Это метод класса: Indexing_Tool_Integration{}
Хуков нет.
Возвращает
Число. The total number of unindexed objects.
Использование
$Indexing_Tool_Integration = new Indexing_Tool_Integration(); $Indexing_Tool_Integration->get_unindexed_count( $unindexed_count );
- $unindexed_count(число)
- The total number of unindexed objects.
По умолчанию: 0
Список изменений
Устарела с | 15.3 |
Код Indexing_Tool_Integration::get_unindexed_count() Indexing Tool Integration::get unindexed count Yoast 15.6.2
public function get_unindexed_count( $unindexed_count = 0 ) {
\_deprecated_function( __METHOD__, 'WPSEO 15.3' );
return $this->indexing_helper->get_filtered_unindexed_count();
}