Uses
Uses | Description |
---|---|
wp-includes/nav-menu.php: wp_get_nav_menu_object | Filters the nav_menu term retrieved for wp_get_nav_menu_object(). |
wp-includes/taxonomy.php: get_term_by() | Get all Term data from database by Term field and data. |
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/load.php: is_wp_error() | Check whether variable is a WordPress Error. |