You appear to be a bot. Output may be restricted
Description
Delete the $wp_customize global when cleaning up scope.
Usage
Test_WP_Customize_Nav_Menus::clean_up_global_scope();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/customize/nav-menus.php
Lines:
1 to 6 of 6
public function clean_up_global_scope() { global $wp_customize; $wp_customize = null; parent::clean_up_global_scope(); }