Yoast\WP\SEO\Analytics\Domain
To_Be_Cleaned_Indexable_Bucket::add_to_be_cleaned_indexable_count()
Adds a 'to be cleaned' indexable count object to this bucket.
Метод класса: To_Be_Cleaned_Indexable_Bucket{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$To_Be_Cleaned_Indexable_Bucket = new To_Be_Cleaned_Indexable_Bucket(); $To_Be_Cleaned_Indexable_Bucket->add_to_be_cleaned_indexable_count( $to_be_cleaned_indexable_counts );
- $to_be_cleaned_indexable_counts(To_Be_Cleaned_Indexable_Count) (обязательный)
- The to be cleaned indexable count object.
Код To_Be_Cleaned_Indexable_Bucket::add_to_be_cleaned_indexable_count() To Be Cleaned Indexable Bucket::add to be cleaned indexable count Yoast 24.1
public function add_to_be_cleaned_indexable_count( To_Be_Cleaned_Indexable_Count $to_be_cleaned_indexable_counts ) { $this->to_be_cleaned_indexable_counts[] = $to_be_cleaned_indexable_counts; }