Uses
Uses | Description |
---|---|
wp-includes/theme.php: set_theme_mod() | Updates theme modification value for the current theme. |
wp-includes/taxonomy.php: wp_delete_term() | Removes a term from the database. |
wp-includes/taxonomy.php: get_objects_in_term() | Retrieve object_ids of valid taxonomy and term. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/post.php: wp_delete_post() | Trash or delete a post or page. |
wp-includes/nav-menu.php: wp_delete_nav_menu | Fires after a navigation menu has been successfully deleted. |
wp-includes/nav-menu.php: wp_get_nav_menu_object() | Returns a navigation menu object. |
wp-includes/nav-menu.php: get_nav_menu_locations() | Retrieves all registered navigation menu locations and the menus assigned to them. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |