Yoast\WP\SEO\Actions\Importing\Aioseo

Abstract_Aioseo_Settings_Importing_Action::get_total_unindexed()publicYoast 1.0

Returns the total number of unimported objects.

Метод класса: Abstract_Aioseo_Settings_Importing_Action{}

Хуков нет.

Возвращает

int. The total number of unimported objects.

Использование

$Abstract_Aioseo_Settings_Importing_Action = new Abstract_Aioseo_Settings_Importing_Action();
$Abstract_Aioseo_Settings_Importing_Action->get_total_unindexed();

Код Abstract_Aioseo_Settings_Importing_Action::get_total_unindexed() Yoast 22.4

public function get_total_unindexed() {
	return $this->get_unindexed_count();
}