- Timestamp:
- 02/07/2023 07:01:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/unregister-blocks-hooks.php
r54257 r55246 22 22 remove_action( 'init', 'register_block_core_file' ); 23 23 remove_action( 'init', 'register_block_core_gallery' ); 24 remove_action( 'init', 'register_block_core_heading' ); 24 25 remove_action( 'init', 'register_block_core_home_link' ); 25 26 remove_action( 'init', 'register_block_core_image' ); … … 34 35 remove_action( 'init', 'register_block_core_post_author' ); 35 36 remove_action( 'init', 'register_block_core_post_author_biography' ); 37 remove_action( 'init', 'register_block_core_post_author_name' ); 36 38 remove_action( 'init', 'register_block_core_post_comments_form' ); 37 39 remove_action( 'init', 'register_block_core_post_content' );
Note: See TracChangeset
for help on using the changeset viewer.