Changeset 51089 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 06/08/2021 08:07:15 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r51051 r51089 334 334 remove_action( 'init', 'register_block_core_tag_cloud' ); 335 335 remove_action( 'init', 'register_core_block_types_from_metadata' ); 336 remove_action( 'init', ' init_legacy_widget_block' );336 remove_action( 'init', 'register_block_core_legacy_widget' ); 337 337 } 338 338 tests_add_filter( 'init', '_unhook_block_registration', 1000 );
Note: See TracChangeset
for help on using the changeset viewer.