Skip to content
  • Log In
  • Register
WordPress.org
  • News
  • Download & Extend
    • Get WordPress
    • Themes
    • Patterns
    • Plugins
    • Openverse
    • Mobile
    • Hosting
  • Learn
    • Learn WordPress
    • Documentation
    • Forums
    • WordPress.tv
    • Developers
  • Community
    • Make WordPress
    • WordCamp
    • Meetups
    • Photo Directory
    • Job Board
    • Five for the Future
  • About
    • About WordPress
    • Showcase
    • Gutenberg
    • Enterprise
    • WordPress Swag Store
  • Get WordPress
Get WordPress

Developer Resources

Browse: Home / Reference / wp-includes/class-wp-customize-nav-menus.php

WP_Customize_Nav_Menus::save_nav_menus_created_posts()

Method: Publishes the auto-draft posts that were created for nav menu items.

Source: wp-includes/class-wp-customize-nav-menus.php:1384

Used by 0 functions | Uses 6 functions

WP_Customize_Nav_Menus::sanitize_nav_menus_created_posts()

Method: Sanitizes post IDs for posts created for nav menu items to be published.

Source: wp-includes/class-wp-customize-nav-menus.php:1350

Used by 0 functions | Uses 4 functions

WP_Customize_Nav_Menus::print_post_type_container()

Method: Prints the markup for new menu items.

Source: wp-includes/class-wp-customize-nav-menus.php:1204

Used by 1 function | Uses 6 functions

WP_Customize_Nav_Menus::print_custom_links_available_menu_item()

Method: Prints the markup for available menu item custom links.

Source: wp-includes/class-wp-customize-nav-menus.php:1244

Used by 1 function | Uses 2 functions

WP_Customize_Nav_Menus::make_auto_draft_status_previewable()

Method: Makes the auto-draft status protected so that it can be queried.

Source: wp-includes/class-wp-customize-nav-menus.php:1337

Used by 0 functions | Uses 0 functions

WP_Customize_Nav_Menus::insert_auto_draft_post()

Method: Adds a new `auto-draft` post.

Source: wp-includes/class-wp-customize-nav-menus.php:947

Used by 1 function | Uses 9 functions

WP_Customize_Nav_Menus::ajax_insert_auto_draft_post()

Method: Ajax handler for adding a new auto-draft post.

Source: wp-includes/class-wp-customize-nav-menus.php:991

Used by 0 functions | Uses 12 functions

WP_Customize_Nav_Menus::export_partial_rendered_nav_menu_instances()

Method: Exports any wp_nav_menu() calls during the rendering of any partials.

Source: wp-includes/class-wp-customize-nav-menus.php:1548

Used by 0 functions | Uses 0 functions

WP_Customize_Nav_Menus::render_nav_menu_partial()

Method: Renders a specific menu via wp_nav_menu() using the supplied arguments.

Source: wp-includes/class-wp-customize-nav-menus.php:1564

Used by 0 functions | Uses 2 functions

WP_Customize_Nav_Menus::customize_dynamic_partial_args()

Method: Filters arguments for dynamic nav_menu selective refresh partials.

Source: wp-includes/class-wp-customize-nav-menus.php:1296

Used by 0 functions | Uses 0 functions

WP_Customize_Nav_Menus::filter_nonces()

Method: Adds a nonce for customizing menus.

Source: wp-includes/class-wp-customize-nav-menus.php:82

Used by 0 functions | Uses 1 function

customize_nav_menu_searched_items

Filter Hook: Filters the available menu items during a search request.

Source: wp-includes/class-wp-customize-nav-menus.php:474

Used by 1 function | Uses 0 functions

WP_Customize_Nav_Menus::export_preview_data()

Method: Exports data from PHP to JS.

Source: wp-includes/class-wp-customize-nav-menus.php:1531

Used by 0 functions | Uses 1 function

WP_Customize_Nav_Menus::customize_preview_enqueue_deps()

Method: Enqueues scripts for the Customizer preview.

Source: wp-includes/class-wp-customize-nav-menus.php:1522

Used by 0 functions | Uses 1 function

customize_nav_menu_available_item_types

Filter Hook: Filters the available menu item types.

Source: wp-includes/class-wp-customize-nav-menus.php:927

Used by 1 function | Uses 0 functions

WP_Customize_Nav_Menus::print_templates()

Method: Prints the JavaScript templates used to render Menu Customizer components.

Source: wp-includes/class-wp-customize-nav-menus.php:1066

Used by 0 functions | Uses 2 functions

WP_Customize_Nav_Menus::available_items_template()

Method: Prints the HTML template used to render the add-menu-item frame.

Source: wp-includes/class-wp-customize-nav-menus.php:1142

Used by 0 functions | Uses 7 functions

WP_Customize_Nav_Menus::customize_preview_init()

Method: Adds hooks for the Customizer preview.

Source: wp-includes/class-wp-customize-nav-menus.php:1322

Used by 0 functions | Uses 2 functions

WP_Customize_Nav_Menus::filter_wp_nav_menu_args()

Method: Keeps track of the arguments that are being passed to wp_nav_menu() .

Source: wp-includes/class-wp-customize-nav-menus.php:1424

Used by 0 functions | Uses 1 function

WP_Customize_Nav_Menus::filter_wp_nav_menu()

Method: Prepares wp_nav_menu() calls for partial refresh.

Source: wp-includes/class-wp-customize-nav-menus.php:1492

Used by 0 functions | Uses 2 functions

WP_Customize_Nav_Menus::hash_nav_menu_args()

Method: Hashes (hmac) the nav menu arguments to ensure they are not tampered with when submitted in the Ajax request.

Source: wp-includes/class-wp-customize-nav-menus.php:1513

Used by 2 functions | Uses 1 function

WP_Customize_Nav_Menus::intval_base10()

Method: Gets the base10 intval.

Source: wp-includes/class-wp-customize-nav-menus.php:877

Used by 0 functions | Uses 0 functions

WP_Customize_Nav_Menus::available_item_types()

Method: Returns an array of all the available item types.

Source: wp-includes/class-wp-customize-nav-menus.php:889

Used by 2 functions | Uses 4 functions

WP_Customize_Nav_Menus::search_available_items_query()

Method: Performs post queries for available-item searching.

Source: wp-includes/class-wp-customize-nav-menus.php:352

Used by 1 function | Uses 16 functions

WP_Customize_Nav_Menus::enqueue_scripts()

Method: Enqueues scripts and styles for Customizer pane.

Source: wp-includes/class-wp-customize-nav-menus.php:484

Used by 0 functions | Uses 17 functions

WP_Customize_Nav_Menus::filter_dynamic_setting_args()

Method: Filters a dynamic setting’s constructor args.

Source: wp-includes/class-wp-customize-nav-menus.php:586

Used by 0 functions | Uses 0 functions

WP_Customize_Nav_Menus::filter_dynamic_setting_class()

Method: Allows non-statically created settings to be constructed with custom WP_Customize_Setting subclass.

Source: wp-includes/class-wp-customize-nav-menus.php:611

Used by 0 functions | Uses 0 functions

WP_Customize_Nav_Menus::customize_register()

Method: Adds the customizer settings and controls.

Source: wp-includes/class-wp-customize-nav-menus.php:627

Used by 0 functions | Uses 17 functions

WP_Customize_Nav_Menus

Class: Customize Nav Menus class.

Source: wp-includes/class-wp-customize-nav-menus.php:20

Used by 0 functions | Uses 0 functions

WP_Customize_Nav_Menus::__construct()

Method: Constructor.

Source: wp-includes/class-wp-customize-nav-menus.php:45

Used by 1 function | Uses 4 functions
1 2 Next
  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org
  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
Code is Poetry