1 to 30 of 12213
- _clean_term_filters() –
- _cleanup_query_vars() –
- _delete_all_data() – Deletes all data from the database.
- _delete_all_posts() – Deletes all posts from the database.
- _disable_wp_die() – Disables the WP die handler.
- _enable_wp_die() – Enables the WP die handler.
- _set_default_permalink_structure_for_tests() – Set a permalink structure.
- _test_filter_build_unique_id() – Generates a unique function ID based on the given arguments.
- _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.
- _unregister_post_status() – Unregister a post status.
- _unregister_post_type() – Removes the post type and its taxonomy associations.
- _unregister_taxonomy() –
- _upload_dir_https() – Helper used with the `upload_dir` filter to set https upload URL.
- _upload_dir_no_subdir() – Helper used with the `upload_dir` filter to remove the /year/month sub directories from the uploads path and URL.
- _wp_die_handler_exit() – Dies with an exit.
- _wp_die_handler_filter_exit() – Returns the die handler.
- _wp_die_handler_filter() – Returns the die handler.
- _wp_die_handler_txt() – Dies without an exit.
- _wp_die_handler() – Handles the WP die handler by outputting the given values as text.
- _wp_rest_server_class_filter() – Use the Spy_REST_Server class for the REST server.
- Basic_Object::__call() –
- Basic_Object::__get() –
- Basic_Object::__isset() –
- Basic_Object::__set() –
- Basic_Object::__unset() –
- Basic_Object::callMe() –
- benchmark_pcre_backtracking() – Determine approximate backtrack count when running PCRE.
- Block_Template_Test::tear_down() –
- Block_Template_Test::test_custom_page_block_template_takes_precedence_over_all_other_templates() – Covers: https://github.com/WordPress/gutenberg/pull/30438.
- Block_Template_Test::test_custom_page_php_template_takes_precedence_over_all_other_templates() – Regression: https://github.com/WordPress/gutenberg/issues/31399.