Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_list_filter() | Filters a list of objects, based on a set of key => value arguments. |
wp-includes/taxonomy.php: wp_set_object_terms() | Create Term and Taxonomy Relationships. |
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/load.php: is_wp_error() | Check whether variable is a WordPress Error. |