_upload_dir_no_subdir() – Helper used with the `upload_dir` filter to remove the /year/month sub directories from the uploads path and URL.
Spy_REST_Server::dispatch() – Override the dispatch method so we can get a handle on the request object.
Test_Functions_Deprecated::deprecated_argument() – Catch arguments that have passed through _deprecated_argument
Test_Functions_Deprecated::deprecated_file() – Catch arguments that have passed through _deprecated_argument
Test_Functions_Deprecated::deprecated_function() – Catch functions that have passed through _deprecated_function
Test_Functions_Deprecated::test_wp_save_image_file_deprecated_with_gd_resource() – Test that wp_save_image_file has a deprecated argument when passed a GD resource
Test_Functions_Deprecated::test_wp_save_image_file_not_deprecated_with_wp_image_editor() – Test that wp_save_image_file doesn’t have a deprecated argument when passed a WP_Image_Editor
Test_WP_Community_Events::data_get_unsafe_client_ip() – Provide test cases for `test_get_unsafe_client_ip()`.
Test_WP_Debug_Mode::test_ms_files_logs_but_doesnt_display_errors() – Test: `wp_debug_mode()` should log, but not display, errors for `ms-files.php`.
Tests_Admin_IncludesFile::data_download_url_should_reject_filename_from_invalid_content_disposition_header() – Data provider for test_download_url_should_reject_filename_from_invalid_content_disposition_header.
Tests_Admin_IncludesFile::data_download_url_should_respect_filename_from_content_disposition_header() – Data provider for test_download_url_should_respect_filename_from_content_disposition_header.
Tests_Admin_IncludesFile::test_download_url_empty_url() – Verify that a WP_Error object is returned when invalid input is passed as the `$url` parameter.
Tests_Admin_IncludesFile::test_download_url_no_warning_for_url_without_path_with_signature_verification() – Test that PHP 8.1 "passing null to non-nullable" deprecation notice is not thrown when the `$url` does not have a path component, and signature verification via a local file is requested.
Tests_Admin_IncludesFile::test_download_url_no_warning_for_url_without_path() – Test that PHP 8.1 "passing null to non-nullable" deprecation notice is not thrown when the `$url` does not have a path component.
Tests_Admin_IncludesFile::test_download_url_should_reject_filename_from_invalid_content_disposition_header() –
Tests_Admin_IncludesFile::test_download_url_should_respect_filename_from_content_disposition_header() –
Tests_Admin_IncludesPlugin::data_submenu_position() – Data provider for test_submenu_helpers_position().
Tests_Admin_includesPlugin::data_submenu_priority() – Data provider for test_submenu_helpers_priority().
Tests_Admin_wpCommunityEvents::data_get_unsafe_client_ip() – Provide test cases for `test_get_unsafe_client_ip()`.
Tests_Admin_WpPrivacyRequestsTable::data_test_columns_should_be_sortable() – Data provider for `test_columns_should_be_sortable()`.
Tests_AdminBar::data_admin_bar_nodes_with_tabindex_meta() – Data provider for test_admin_bar_with_tabindex_meta().
Tests_Ajax_CustomizeMenus::data_ajax_load_available_items_cap_check() – Data provider for test_ajax_load_available_items_cap_check().
Tests_Ajax_CustomizeMenus::data_ajax_load_available_items_error_messages() – Data provider for test_ajax_load_available_items_error_message().
Tests_Ajax_CustomizeMenus::data_ajax_load_available_items_structure() – Data provider for test_ajax_load_available_items_structure().
Tests_Ajax_CustomizeMenus::data_ajax_load_available_items_success_status() – Data provider for test_ajax_load_available_items_success_status().
Tests_Ajax_CustomizeMenus::data_ajax_search_available_items_caps_check() – Data provider for test_ajax_search_available_items_caps_check().
Tests_Ajax_CustomizeMenus::data_ajax_search_available_items_results() – Data provider for test_ajax_search_available_items_results().
Tests_Ajax_DeleteComment::_test_double_action() – Tests doubling the action (e.g. trash a trashed comment).
Tests_Ajax_DeleteComment::test_ajax_comment_trash_actions_as_administrator() – Deletes a comment as an administrator (expects success).
Tests_Ajax_DeleteComment::test_ajax_comment_trash_actions_as_subscriber() – Deletes a comment as a subscriber (expects permission denied).
Tests_Ajax_DeleteComment::test_ajax_trash_double_action() – Tests trashing an already trashed comment, etc.