Changeset 52730 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 02/15/2022 09:56:02 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r52402 r52730 347 347 remove_action( 'init', 'register_block_core_term_description' ); 348 348 remove_action( 'init', 'register_core_block_types_from_metadata' ); 349 remove_action( 'init', 'register_block_core_widget_group' ); 349 350 } 350 351 tests_add_filter( 'init', '_unhook_block_registration', 1000 );
Note: See TracChangeset
for help on using the changeset viewer.