You appear to be a bot. Output may be restricted
Description
Usage
_unregister_taxonomy( $taxonomy_name );
Parameters
- $taxonomy_name
- ( mixed ) required –
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/utils.php
Lines:
1 to 3 of 3
function _unregister_taxonomy( $taxonomy_name ) { unregister_taxonomy( $taxonomy_name ); }