WP_Customize_Manager::get_autofocus() public WP 4.4.0
Get the autofocused constructs.
{} Это метод класса: WP_Customize_Manager{}
Хуков нет.
Возвращает
Массив
. Mapping of 'panel', 'section', 'control' to the ID which should be autofocused.
Использование
$WP_Customize_Manager = new WP_Customize_Manager(); $WP_Customize_Manager->get_autofocus();
Список изменений
С версии 4.4.0 | Введена. |
Код WP_Customize_Manager::get_autofocus() WP Customize Manager::get autofocus WP 5.7.1
public function get_autofocus() {
return $this->autofocus;
}