- Timestamp:
- 06/27/2023 02:20:18 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/unregister-blocks-hooks.php
r55246 r56065 21 21 remove_action( 'init', 'register_block_core_cover' ); 22 22 remove_action( 'init', 'register_block_core_file' ); 23 remove_action( 'init', 'register_block_core_footnotes' ); 23 24 remove_action( 'init', 'register_block_core_gallery' ); 24 25 remove_action( 'init', 'register_block_core_heading' ); … … 32 33 remove_action( 'init', 'register_block_core_navigation_submenu' ); 33 34 remove_action( 'init', 'register_block_core_page_list' ); 35 remove_action( 'init', 'register_block_core_page_list_item' ); 34 36 remove_action( 'init', 'register_block_core_pattern' ); 35 37 remove_action( 'init', 'register_block_core_post_author' );
Note: See TracChangeset
for help on using the changeset viewer.