You appear to be a bot. Output may be restricted
Description
Removes the post type and its taxonomy associations.
Usage
_unregister_post_type( $cpt_name );
Parameters
- $cpt_name
- ( mixed ) required –
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/utils.php
Lines:
1 to 3 of 3
function _unregister_post_type( $cpt_name ) { unregister_post_type( $cpt_name ); }