Uses
Uses | Description |
---|---|
wp-admin/includes/nav-menu.php: wp_edit_nav_menu_walker | Filters the Walker class used when adding nav menu items. |
wp-admin/includes/nav-menu.php: wp_save_nav_menu_items() | Save posted nav menu item data. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: check_ajax_referer() | Verifies the Ajax request to prevent processing requests external of the blog. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/taxonomy.php: get_term() | Get all Term data from database by Term ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/nav-menu-template.php: walk_nav_menu_tree() | Retrieves the HTML list content for nav menu items. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
wp-includes/nav-menu.php: wp_setup_nav_menu_item() | Decorates a menu item object with the shared navigation menu item properties. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |