Uses
Uses | Description |
---|---|
wp-includes/taxonomy.php: unregistered_taxonomy | Fires after a taxonomy is unregistered. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/taxonomy.php: taxonomy_exists() | Determines whether the taxonomy name exists. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: delete_option() | Removes option by name. Prevents removal of protected WordPress options. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |