Print the HTML template used to render the add-menu-item frame.
WP_Customize_Nav_Menus::customize_preview_init
Add hooks for the Customizer preview.
WP_Customize_Nav_Menus::filter_wp_nav_menu_args
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.
Advertisement
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.
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.
Advertisement
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.
WP_Customize_Nav_Menus::customize_register
Add the customizer settings and controls.
WP_Customize_Nav_Menus::intval_base10
Get the base10 intval.
Advertisement
WP_Customize_Nav_Menus::__construct
Constructor.
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.