Enqueue scripts and styles for Customizer pane.
WP_Customize_Nav_Menus::search_available_items_query
Performs post queries for available-item searching.
WP_Customize_Nav_Menus::ajax_search_available_items
Ajax handler for searching available menu items.
WP_Customize_Nav_Menus::load_available_items_query
Performs the post_type and taxonomy queries for loading available menu items.
Advertisement
WP_Customize_Nav_Menus::ajax_load_available_items
Ajax handler for loading available menu items.
WP_Customize_Nav_Menus::filter_nonces
Adds a nonce for customizing menus.
WP_Customize_Nav_Menus::__construct
Constructor.
WP_Customize_Control::content_template
An Underscore (JS) template for this control’s content (but not its container).
Advertisement
WP_Customize_Control::print_template
Render the control’s JS template.
WP_Customize_Control::render_content
Render the control’s content.
WP_Customize_Control::input_attrs
Render the custom attributes for the control’s input element.
WP_Customize_Control::link
Render the data link attribute for the control’s input element.
Advertisement
WP_Customize_Control::get_link
Get the data link attribute for a setting.
WP_Customize_Control::render
Renders the control wrapper and calls $this->render_content() for the internals.
WP_Customize_Control::maybe_render
Check capabilities and render the control.