Skip to content

Commit

Permalink
Update _unhook_block_registration()
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed Dec 8, 2021
1 parent e155ad8 commit 4ff3085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/phpunit/includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ function _unhook_block_registration() {
remove_action( 'init', 'register_block_core_calendar' );
remove_action( 'init', 'register_block_core_categories' );
remove_action( 'init', 'register_block_core_file' );
remove_action( 'init', 'gutenberg_register_block_core_gallery', 20 );
remove_action( 'init', 'register_block_core_image' );
remove_action( 'init', 'register_block_core_latest_comments' );
remove_action( 'init', 'register_block_core_latest_posts' );
remove_action( 'init', 'register_block_core_legacy_widget' );
Expand Down

0 comments on commit 4ff3085

Please sign in to comment.