Keep track of the arguments that are being passed to wp_nav_menu().
WP_Customize_Nav_Menus::filter_wp_nav_menu
Prepares wp_nav_menu() calls for partial refresh.
WP_Customize_Nav_Menus::hash_nav_menu_args
Hashes (hmac) the nav menu arguments to ensure they are not tampered with when submitted in the Ajax request.
WP_Customize_Nav_Menus::customize_preview_enqueue_deps
Enqueue scripts for the Customizer preview.
Advertisement
WP_Customize_Nav_Menus::export_preview_data
Exports data from PHP to JS.
WP_Customize_Nav_Menus::render_nav_menu_partial
Render a specific menu via wp_nav_menu() using the supplied arguments.
WP_Customize_Nav_Menus::customize_preview_init
Add hooks for the Customizer preview.
WP_Customize_Nav_Menus::__construct
Constructor.
Advertisement
WP_Customize_Nav_Menus::ajax_load_available_items
Ajax handler for loading available menu items.
WP_Customize_Nav_Menus::load_available_items_query
Performs the post_type and taxonomy queries for loading available menu items.
WP_Customize_Nav_Menus::ajax_search_available_items
Ajax handler for searching available menu items.
WP_Customize_Nav_Menus::search_available_items_query
Performs post queries for available-item searching.
Advertisement
WP_Customize_Nav_Menus::enqueue_scripts
Enqueue scripts and styles for Customizer pane.
WP_Customize_Nav_Menus::filter_dynamic_setting_args
Filters a dynamic setting’s constructor args.
WP_Customize_Nav_Menus::filter_dynamic_setting_class
Allow non-statically created settings to be constructed with custom WP_Customize_Setting subclass.