Yoast\WP\SEO\Actions\Importing\Aioseo

Abstract_Aioseo_Settings_Importing_Action::pluck_robot_setting_from_mapping()publicYoast 1.0

Returns a setting map of the robot setting for one subset of post types/taxonomies/archives. For custom archives, it returns an empty array because AIOSEO excludes some custom archives from this option structure, eg. WooCommerce's products and we don't want to raise a false alarm.

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

Хуков нет.

Возвращает

Массив. The setting map of the robot setting for one subset of post types/taxonomies/archives or an empty array.

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

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

Код Abstract_Aioseo_Settings_Importing_Action::pluck_robot_setting_from_mapping() Yoast 22.4

public function pluck_robot_setting_from_mapping() {
	return [];
}