Yoast\WP\SEO\Actions\Importing\Aioseo
Aioseo_Validate_Data_Action::get_total_unindexed()
Just checks if the action has been completed in the past.
Метод класса: Aioseo_Validate_Data_Action{}
Хуков нет.
Возвращает
int
. 1 if it hasn't been completed in the past, 0 if it has.
Использование
$Aioseo_Validate_Data_Action = new Aioseo_Validate_Data_Action(); $Aioseo_Validate_Data_Action->get_total_unindexed();
Код Aioseo_Validate_Data_Action::get_total_unindexed() Aioseo Validate Data Action::get total unindexed Yoast 24.1
public function get_total_unindexed() { return ( ! $this->get_completed() ) ? 1 : 0; }