GC_Customize_Manager::get_autofocus()

最后更新于:2021-11-27 00:56:00

GC_Customize_Manager::get_autofocus()

Get the autofocused constructs.

响应

(array) Mapping of ‘panel’, ‘section’, ‘control’ to the ID which should be autofocused.

  • ‘control’
    (string) ID for control to be autofocused.
  • ‘section’
    (string) ID for section to be autofocused.
  • ‘panel’
    (string) ID for panel to be autofocused.

源文件

文件: gc-includes/class-gc-customize-manager.php

	public function get_autofocus() {
		return $this->autofocus;
	}