You appear to be a bot. Output may be restricted
Description
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.
Usage
$array = Abstract_Aioseo_Settings_Importing_Action::pluck_robot_setting_from_mapping();
Parameters
Returns
array The setting map of the robot setting for one subset of post types/taxonomies/archives or an empty array.
Source
File name: wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php
Lines:
1 to 3 of 3
public function pluck_robot_setting_from_mapping() { return []; }