Changeset 52062 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 11/08/2021 11:09:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r51105 r52062 338 338 remove_action( 'init', 'register_core_block_types_from_metadata' ); 339 339 remove_action( 'init', 'register_block_core_legacy_widget' ); 340 remove_action( 'init', 'register_block_core_template_part' ); 340 341 } 341 342 tests_add_filter( 'init', '_unhook_block_registration', 1000 );
Note: See TracChangeset
for help on using the changeset viewer.