Yoast\WP\SEO\Actions\Importing\Aioseo
Abstract_Aioseo_Settings_Importing_Action::get_total_unindexed()
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() Abstract Aioseo Settings Importing Action::get total unindexed Yoast 24.4
public function get_total_unindexed() { return $this->get_unindexed_count(); }