Uses
Uses | Description |
---|---|
wp-admin/includes/taxonomy.php: terms_to_edit | Filters the comma-separated list of terms available to edit. |
wp-includes/cache.php: wp_cache_add() | Adds data to the cache, if the cache key doesn’t already exist. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/functions.php: wp_list_pluck() | Pluck a certain field out of each object in a list. |
wp-includes/taxonomy.php: get_object_term_cache() | Retrieves the cached term objects for the given object ID. |
wp-includes/taxonomy.php: wp_get_object_terms() | Retrieves the terms associated with the given object(s), in the supplied taxonomies. |
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. |