Uses
Uses | Description |
---|---|
wp-includes/cache.php: wp_cache_delete() | Removes the cache contents matching key and group. |
wp-includes/taxonomy.php: clean_object_term_cache | Fires after the object term cache has been cleaned. |
wp-includes/taxonomy.php: get_object_taxonomies() | Return the names or objects of the taxonomies which are registered for the requested object or object type, such as a post object or post type name. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |