Changeset 53157 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 04/12/2022 03:10:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r52730 r53157 304 304 function _unhook_block_registration() { 305 305 remove_action( 'init', 'register_block_core_archives' ); 306 remove_action( 'init', 'register_block_core_avatar' ); 306 307 remove_action( 'init', 'register_block_core_block' ); 307 308 remove_action( 'init', 'register_block_core_calendar' ); 308 309 remove_action( 'init', 'register_block_core_categories' ); 310 remove_action( 'init', 'register_block_core_comment_author_name' ); 311 remove_action( 'init', 'register_block_core_comment_content' ); 312 remove_action( 'init', 'register_block_core_comment_date' ); 313 remove_action( 'init', 'register_block_core_comment_edit_link' ); 314 remove_action( 'init', 'register_block_core_comment_reply_link' ); 315 remove_action( 'init', 'register_block_core_comment_template' ); 316 remove_action( 'init', 'register_block_core_comments_pagination' ); 317 remove_action( 'init', 'register_block_core_comments_pagination_next' ); 318 remove_action( 'init', 'register_block_core_comments_pagination_numbers' ); 319 remove_action( 'init', 'register_block_core_comments_pagination_previous' ); 309 320 remove_action( 'init', 'register_block_core_file' ); 310 321 remove_action( 'init', 'register_block_core_gallery' ); 322 remove_action( 'init', 'register_block_core_home_link' ); 311 323 remove_action( 'init', 'register_block_core_image' ); 312 324 remove_action( 'init', 'register_block_core_latest_comments' ); … … 320 332 remove_action( 'init', 'register_block_core_pattern' ); 321 333 remove_action( 'init', 'register_block_core_post_author' ); 334 remove_action( 'init', 'register_block_core_post_author_biography' ); 322 335 remove_action( 'init', 'register_block_core_post_comments' ); 323 336 remove_action( 'init', 'register_block_core_post_content' ); … … 330 343 remove_action( 'init', 'register_block_core_post_title' ); 331 344 remove_action( 'init', 'register_block_core_query' ); 345 remove_action( 'init', 'register_block_core_query_no_results' ); 332 346 remove_action( 'init', 'register_block_core_query_pagination' ); 333 347 remove_action( 'init', 'register_block_core_query_pagination_next' ); … … 335 349 remove_action( 'init', 'register_block_core_query_pagination_previous' ); 336 350 remove_action( 'init', 'register_block_core_query_title' ); 351 remove_action( 'init', 'register_block_core_read_more' ); 337 352 remove_action( 'init', 'register_block_core_rss' ); 338 353 remove_action( 'init', 'register_block_core_search' );
Note: See TracChangeset
for help on using the changeset viewer.