WordPress.org

  • Showcase
  • Themes
  • Plugins
  • Mobile
  • Support
    • Documentation
    • Forums
  • Get Involved
  • About
  • Blog
  • Hosting
  • Get WordPress

Code Reference

Skip to content
Filter by type:
Search
Browse: Home / Methods / Page 35

WP_Customize_Nav_Menu_Locations_Control::content_template()

Method: JS/Underscore template for the control UI.

Source: wp-includes/customize/class-wp-customize-nav-menu-locations-control.php:39

Used by 0 functions | Uses 5 functions

WP_Customize_Nav_Menu_Locations_Control::render_content()

Method: Don’t render the control’s content – it uses a JS template instead.

Source: wp-includes/customize/class-wp-customize-nav-menu-locations-control.php:32

Used by 0 functions | Uses 0 functions

WP_Customize_Nav_Menu_Location_Control::render_content()

Method: Render content just like a normal select control.

Source: wp-includes/customize/class-wp-customize-nav-menu-location-control.php:55

Used by 0 functions | Uses 5 functions

WP_Customize_Nav_Menu_Location_Control::to_json()

Method: Refresh the parameters passed to JavaScript via JSON.

Source: wp-includes/customize/class-wp-customize-nav-menu-location-control.php:44

Used by 0 functions | Uses 1 function

WP_Customize_Nav_Menu_Name_Control::content_template()

Method: Render the Underscore template for this control.

Source: wp-includes/customize/class-wp-customize-nav-menu-name-control.php:39

Used by 0 functions | Uses 0 functions

WP_Customize_Nav_Menu_Name_Control::render_content()

Method: No-op since we’re using JS template.

Source: wp-includes/customize/class-wp-customize-nav-menu-name-control.php:32

Used by 0 functions | Uses 0 functions

WP_Customize_Nav_Menu_Section::json()

Method: Get section parameters for JS.

Source: wp-includes/customize/class-wp-customize-nav-menu-section.php:35

Used by 0 functions | Uses 1 function

WP_Customize_Nav_Menu_Setting::amend_customize_save_response()

Method: Export data for the JS client.

Source: wp-includes/customize/class-wp-customize-nav-menu-setting.php:625

Used by 0 functions | Uses 1 function

WP_Customize_Nav_Menu_Setting::filter_nav_menu_options()

Method: Filters the nav_menu_options option to include this menu’s auto_add preference.

Source: wp-includes/customize/class-wp-customize-nav-menu-setting.php:386

Used by 0 functions | Uses 3 functions

WP_Customize_Nav_Menu_Setting::filter_nav_menu_options_value()

Method: Updates a nav_menu_options array.

Source: wp-includes/customize/class-wp-customize-nav-menu-setting.php:599

Used by 2 functions | Uses 0 functions

WP_Customize_Nav_Menu_Setting::filter_wp_get_nav_menus()

Method: Filters the wp_get_nav_menus() result to ensure the inserted menu object is included, and the deleted one is removed.

Source: wp-includes/customize/class-wp-customize-nav-menu-setting.php:239

Used by 0 functions | Uses 4 functions

WP_Customize_Nav_Menu_Setting::filter_wp_get_nav_menu_object()

Method: Filters the wp_get_nav_menu_object() result to supply the previewed menu object.

Source: wp-includes/customize/class-wp-customize-nav-menu-setting.php:338

Used by 0 functions | Uses 3 functions

WP_Customize_Nav_Menu_Setting::preview()

Method: Handle previewing the setting.

Source: wp-includes/customize/class-wp-customize-nav-menu-setting.php:204

Used by 0 functions | Uses 3 functions

WP_Customize_Nav_Menu_Setting::sanitize()

Method: Sanitize an input.

Source: wp-includes/customize/class-wp-customize-nav-menu-setting.php:413

Used by 0 functions | Uses 6 functions

WP_Customize_Nav_Menu_Setting::update()

Method: Create/update the nav_menu term for this setting.

Source: wp-includes/customize/class-wp-customize-nav-menu-setting.php:482

Used by 0 functions | Uses 10 functions

WP_Customize_Nav_Menu_Setting::value()

Method: Get the instance data for a given widget setting.

Source: wp-includes/customize/class-wp-customize-nav-menu-setting.php:158

Used by 5 functions | Uses 4 functions

WP_Customize_Nav_Menu_Setting::_sort_menus_by_orderby()

Method: Sort menu objects by the class-supplied orderby property.

Source: wp-includes/customize/class-wp-customize-nav-menu-setting.php:318

Used by 0 functions | Uses 1 function

WP_Customize_Nav_Menu_Setting::__construct()

Method: Constructor.

Source: wp-includes/customize/class-wp-customize-nav-menu-setting.php:135

Used by 2 functions | Uses 1 function

WP_Customize_New_Menu_Control::render_content()

Method: Render the control’s content.

Source: wp-includes/customize/class-wp-customize-new-menu-control.php:48

Used by 0 functions | Uses 1 function

WP_Customize_New_Menu_Control::__construct()

Method: Constructor.

Source: wp-includes/customize/class-wp-customize-new-menu-control.php:38

Used by 0 functions | Uses 2 functions

WP_Customize_New_Menu_Section::render()

Method: Render the section, and the controls that have been added to it.

Source: wp-includes/customize/class-wp-customize-new-menu-section.php:50

Used by 0 functions | Uses 2 functions

WP_Customize_New_Menu_Section::__construct()

Method: Constructor.

Source: wp-includes/customize/class-wp-customize-new-menu-section.php:40

Used by 0 functions | Uses 2 functions

WP_Customize_Panel::active()

Method: Check whether panel is active to current Customizer preview.

Source: wp-includes/class-wp-customize-panel.php:170

Used by 1 function | Uses 2 functions

WP_Customize_Panel::active_callback()

Method: Default callback used when invoking WP_Customize_Panel::active().

Source: wp-includes/class-wp-customize-panel.php:197

Used by 0 functions | Uses 0 functions

WP_Customize_Panel::check_capabilities()

Method: Checks required user capabilities and whether the theme has the feature support required by the panel.

Source: wp-includes/class-wp-customize-panel.php:226

Used by 1 function | Uses 0 functions

WP_Customize_Panel::content_template()

Method: An Underscore (JS) template for this panel’s content (but not its container).

Source: wp-includes/class-wp-customize-panel.php:354

Used by 1 function | Uses 2 functions

WP_Customize_Panel::get_content()

Method: Get the panel’s content template for insertion into the Customizer pane.

Source: wp-includes/class-wp-customize-panel.php:245

Used by 1 function | Uses 1 function

WP_Customize_Panel::json()

Method: Gather the parameters passed to client JavaScript via JSON.

Source: wp-includes/class-wp-customize-panel.php:208

Used by 0 functions | Uses 4 functions

WP_Customize_Panel::maybe_render()

Method: Check capabilities and render the panel.

Source: wp-includes/class-wp-customize-panel.php:256

Used by 1 function | Uses 5 functions

WP_Customize_Panel::print_template()

Method: Render the panel’s JS templates.

Source: wp-includes/class-wp-customize-panel.php:311

Used by 0 functions | Uses 3 functions
« Previous 1 … 34 35 36 … 49 Next »
  • About
  • Blog
  • Hosting
  • Donate
  • Support
  • Developers
  • Get Involved
  • Showcase
  • Plugins
  • Themes
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
  • @WordPress
  • WordPress

Code is Poetry.

Skip to toolbar
  • About WordPress
    • About WordPress
    • WordPress.org
    • Documentation
    • Support
    • Feedback
  • Log In
  • Register