Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_list_sort() | Sorts a list of objects, based on one or more orderby arguments. |
wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. |
wp-includes/load.php: wp_using_ext_object_cache() | Toggle |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/taxonomy.php: get_terms() | Retrieve the terms in a given taxonomy or list of taxonomies. |
wp-includes/taxonomy.php: get_objects_in_term() | Retrieve object_ids of valid taxonomy and term. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: get_posts() | Retrieves an array of the latest posts, or posts matching the given criteria. |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |
wp-includes/nav-menu.php: wp_get_nav_menu_items | Filters the navigation menu items being returned. |
wp-includes/nav-menu.php: wp_get_nav_menu_object() | Returns a navigation menu object. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |