Uses
Uses | Description |
---|---|
wp-includes/customize/class-wp-customize-nav-menu-item-setting.php: WP_Customize_Nav_Menu_Item_Setting::get_original_title() | Get original title. |
wp-includes/customize/class-wp-customize-nav-menu-item-setting.php: WP_Customize_Nav_Menu_Item_Setting::get_type_label() | Get type label. |
wp-includes/customize/class-wp-customize-nav-menu-item-setting.php: WP_Customize_Nav_Menu_Item_Setting::populate_value() | Ensure that the value is fully populated with the necessary properties. |
wp-includes/load.php: get_current_blog_id() | Retrieve the current site ID. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/nav-menu.php: wp_setup_nav_menu_item() | Decorates a menu item object with the shared navigation menu item properties. |