Yoast\WP\SEO\Actions\Importing\Aioseo
Abstract_Aioseo_Settings_Importing_Action::get_limited_unindexed_count()
Returns the limited number of unimported objects.
Метод класса: Abstract_Aioseo_Settings_Importing_Action{}
Хуков нет.
Возвращает
int
. The limited number of unindexed posts.
Использование
$Abstract_Aioseo_Settings_Importing_Action = new Abstract_Aioseo_Settings_Importing_Action(); $Abstract_Aioseo_Settings_Importing_Action->get_limited_unindexed_count( $limit );
- $limit(int) (обязательный)
- The maximum number of unimported objects to be returned.
Код Abstract_Aioseo_Settings_Importing_Action::get_limited_unindexed_count() Abstract Aioseo Settings Importing Action::get limited unindexed count Yoast 24.0
public function get_limited_unindexed_count( $limit ) { return $this->get_unindexed_count( $limit ); }