_unhook_block_registration() – After the init action has been run once, trying to re-register block types can cause _doing_it_wrong warnings. To avoid this, unhook the block registration functions.
_upload_dir_no_subdir() – Helper used with the `upload_dir` filter to remove the /year/month sub directories from the uploads path and URL.
Block_Template_Utils_Test::test_get_block_template_from_post() – Should retrieve the template from the CPT.
Tests_Admin_wpCommunityEvents::set_up_before_class() – Performs setup tasks before the first test is run.
Tests_Ajax_PrivacyErasePersonalData::_unset_eraser_key() – Helper method for unsetting an array index in the test eraser.
Tests_Ajax_PrivacyErasePersonalData::_unset_response_key() – Helper method for erasing a key from the eraser response.
Tests_Ajax_PrivacyErasePersonalData::filter_unset_eraser_index() – Unsets an array key in the test eraser.
Tests_Ajax_PrivacyErasePersonalData::filter_unset_response_index() – Unsets an array index in a response.
Tests_Ajax_PrivacyExportPersonalData::_unset_exporter_key() – Helper method for unsetting an array index in the test exporter.
Tests_Ajax_PrivacyExportPersonalData::filter_unset_exporter_key() – Unset a specified key in the test exporter array.
Tests_Blocks_wpBlockTypeRegistry::test_unregister_not_registered_block() – Unregistering should fail if a block is not registered
Tests_Blocks_wpBlockTypeRegistry::test_uppercase_characters() – Should reject blocks with uppercase characters
Tests_Comment_Submission::test_unprivileged_user_cannot_comment_unfiltered_html_even_with_valid_nonce() –