WP_Customize_Manager::get_autofocus(): string[] In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Gets the autofocused constructs. Return string[] Mapping of ‘panel’, ‘section’, ‘control’ to the ID which should be autofocused. control stringID for control to be autofocused. section stringID for section to be autofocused. panel stringID for panel to be autofocused. Source public function get_autofocus() { return $this->autofocus; } View all references View on Trac View on GitHub Related Used byDescriptionWP_Customize_Manager::customize_pane_settings()wp-includes/class-wp-customize-manager.phpPrints JavaScript settings for parent window. Changelog VersionDescription4.4.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.