Skip to content

Commit

Permalink
Building 5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wp-phpunit-bot committed Feb 22, 2022
1 parent 02d98f9 commit ceece1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,5 +346,6 @@ function _unhook_block_registration() {
remove_action( 'init', 'register_block_core_template_part' );
remove_action( 'init', 'register_block_core_term_description' );
remove_action( 'init', 'register_core_block_types_from_metadata' );
remove_action( 'init', 'register_block_core_widget_group' );
}
tests_add_filter( 'init', '_unhook_block_registration', 1000 );

0 comments on commit ceece1e

Please sign in to comment.