Changeset 60946 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 10/16/2025 06:54:54 PM (7 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r60539 r60946 351 351 remove_action( 'init', '_register_block_bindings_post_data_source' ); 352 352 remove_action( 'init', '_register_block_bindings_post_meta_source' ); 353 remove_action( 'init', '_register_block_bindings_term_data_source' ); 353 354 } 354 355 tests_add_filter( 'init', '_unhook_block_registration', 1000 );
Note: See TracChangeset
for help on using the changeset viewer.