Uses
Uses | Description |
---|---|
wp-includes/cache.php: wp_cache_delete() | Removes the cache contents matching key and group. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/taxonomy.php: wp_update_term_count() | Updates the amount of terms in taxonomy. |
wp-includes/taxonomy.php: delete_term_relationships | Fires immediately before an object-term relationship is deleted. |
wp-includes/taxonomy.php: deleted_term_relationships | Fires immediately after an object-term relationship is deleted. |
wp-includes/taxonomy.php: term_exists() | Determines whether a taxonomy term exists. |
wp-includes/taxonomy.php: taxonomy_exists() | Determines whether the taxonomy name exists. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/wp-db.php: wpdb::query() | Performs a MySQL database query, using current database connection. |
wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |