- Timestamp:
- 01/29/2024 09:04:18 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/unregister-blocks-hooks.php
r57034 r57377 65 65 remove_action( 'init', 'register_block_core_template_part' ); 66 66 remove_action( 'init', 'register_block_core_term_description' ); 67 68 // Temporary hook removals to prevent impacting the phpunit tests timing. 69 remove_action( 'registered_post_type', 'block_core_navigation_link_register_post_type_variation' ); 70 remove_action( 'registered_taxonomy', 'block_core_navigation_link_register_taxonomy_variation' ); 71 remove_action( 'unregistered_post_type', 'block_core_navigation_link_unregister_post_type_variation' ); 72 remove_action( 'unregistered_taxonomy', 'block_core_navigation_link_unregister_taxonomy_variation' );
Note: See TracChangeset
for help on using the changeset viewer.