You appear to be a bot. Output may be restricted
Description
Usage
Tests_Template::tear_down();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/template.php
Lines:
1 to 7 of 7
public function tear_down() { unregister_post_type( 'cpt' ); unregister_taxonomy( 'taxo' ); $this->set_permalink_structure( '' ); parent::tear_down(); }