render_block_core_latest_comments() – Renders the `core/latest-comments` block on server.
edd_ajax_add_to_cart_response – filter
edd_ajax_remove_from_cart_response – filter
EDD_SL_Plugin_Updater::convert_object_to_array() – Convert some objects to arrays when injecting data into the update API
user_erasure_complete_email_subject – filter
user_request_confirmed_email_subject – filter
wp_cache_set_terms_last_changed() – Sets the last changed time for the ‘terms’ cache group.
wp_check_term_meta_support_prefilter() – Aborts calls to term meta if it is not supported.
wp_common_block_scripts_and_styles() – Handles the enqueueing of block scripts and styles that are common to both the editor and the front-end.
WP_REST_Comment_Meta_Fields::get_meta_subtype() – Retrieves the object meta subtype.
WP_REST_Themes_Controller::sanitize_theme_status() – Sanitizes and validates the list of theme status.
rest_themes_collection_params – filter
WP_REST_Themes_Controller::get_item_schema() – Retrieves the theme’s schema, conforming to JSON Schema.
WP_REST_Themes_Controller::get_collection_params() – Retrieves the search params for the themes collection.
WP_REST_Themes_Controller::prepare_item_for_response() – Prepares a single theme output for response.
WP_REST_Themes_Controller::get_items_permissions_check() – Checks if a given request has access to read the theme.
WP_REST_Themes_Controller::get_items() – Retrieves a collection of themes.
WP_REST_Themes_Controller
WP_REST_Themes_Controller::__construct() – Constructor.
WP_REST_Themes_Controller::register_routes() – Registers the routes for the objects of the controller.
WP_REST_Search_Controller::sanitize_subtypes() – Sanitizes the list of subtypes, to ensure only subtypes of the passed type are included.
WP_REST_Search_Controller::get_search_handler() – Gets the search handler to handle the current request.
WP_REST_Search_Controller::get_collection_params() – Retrieves the query params for the search results collection.
WP_REST_Search_Controller::get_item_schema() – Retrieves the item schema, conforming to JSON Schema.
WP_REST_Search_Controller::get_items() – Retrieves a collection of search results.
WP_REST_Search_Controller::prepare_item_for_response() – Prepares a single search result for response.
WP_REST_Search_Controller::register_routes() – Registers the routes for the objects of the controller.
WP_REST_Search_Controller::get_items_permission_check() – Checks if a given request has access to search content.
WP_REST_Search_Controller
WP_REST_Search_Controller::__construct() – Constructor.
WP_REST_Revisions_Controller::prepare_items_query() – Determines the allowed query_vars for a get_items() response and prepares them for WP_Query.
WP_REST_Posts_Controller::get_schema_links() – Retrieve Link Description Objects that should be added to the Schema for the posts collection.
WP_REST_Posts_Controller::get_available_actions() – Get the link relations available for the post and current user.
WP_REST_Controller::get_fields_for_response() – Gets an array of fields to be included on the response.
rest_after_insert_comment – action
WP_REST_Blocks_Controller::get_item_schema() – Retrieves the block’s schema, conforming to JSON Schema.
WP_REST_Blocks_Controller::filter_response_by_context() – Filters a response based on the context defined in the schema.
WP_REST_Blocks_Controller
WP_REST_Blocks_Controller::check_read_permission() – Checks if a block can be read.
WP_REST_Block_Renderer_Controller::get_item_schema() – Retrieves block’s output schema, conforming to JSON Schema.
WP_REST_Block_Renderer_Controller::get_item_permissions_check() – Checks if a given request has access to read blocks.
WP_REST_Block_Renderer_Controller::get_item() – Returns block output from block’s registered render_callback.
WP_REST_Block_Renderer_Controller::register_routes() – Registers the necessary REST API routes, one for each dynamic block.
WP_REST_Block_Renderer_Controller
WP_REST_Block_Renderer_Controller::__construct() – Constructs the controller.
WP_REST_Autosaves_Controller::get_collection_params() – Retrieves the query params for the autosaves collection.
WP_REST_Autosaves_Controller::prepare_item_for_response() – Prepares the revision for the REST response.
WP_REST_Autosaves_Controller::get_item_schema() – Retrieves the autosave’s schema, conforming to JSON Schema.
WP_REST_Autosaves_Controller::create_post_autosave() – Creates autosave for the specified post.
WP_REST_Autosaves_Controller::get_item() – Get the autosave, if the ID is valid.
WP_REST_Autosaves_Controller::get_items() – Gets a collection of autosaves using wp_get_post_autosave.
WP_REST_Autosaves_Controller::create_item_permissions_check() – Checks if a given request has access to create an autosave revision.
WP_REST_Autosaves_Controller::create_item() – Creates, updates or deletes an autosave revision.
WP_REST_Autosaves_Controller::get_parent() – Get the parent post.
WP_REST_Autosaves_Controller::get_items_permissions_check() – Checks if a given request has access to get autosaves.
WP_REST_Autosaves_Controller::register_routes() – Registers routes for autosaves.
WP_REST_Autosaves_Controller
WP_REST_Autosaves_Controller::__construct() – Constructor.
WP_REST_Attachments_Controller::check_upload_size() – Determine if uploaded file exceeds space quota on multisite.
wp_cache_set_posts_last_changed() – Sets the last changed time for the ‘posts’ cache group.
update_$meta_type_metadata_cache – filter
wp_get_code_editor_settings() – Generate and return code editor settings.
update_term_metadata_cache – filter
added_comment_meta – action
updated_comment_meta – action
deleted_comment_meta – action
wp_cache_set_comments_last_changed() – Sets the last changed time for the ‘comment’ cache group.
wp-includes/class-wp-block-type.php
wp-includes/class-wp-block-type-registry.php
wp-includes/class-wp-block-parser.php
render_block_core_shortcode() – Performs wpautop() on the shortcode block content.
register_block_core_shortcode() – Registers the `core/shortcode` block on server.
register_block_core_latest_posts() – Registers the `core/latest-posts` block on server.
render_block_core_latest_posts() – Renders the `core/latest-posts` block on server.
gutenberg_render_block_core_latest_comments() – Renders the `core/latest-comments` block on server.
build_dropdown_script_block_core_categories() – Generates the inline script for a categories dropdown field.
register_block_core_categories() – Registers the `core/categories` block on server.
wp-includes/blocks/latest-comments.php
render_block_core_categories() – Renders the `core/categories` block on server.
render_block_core_block() – Renders the `core/block` block on server.
wp-includes/blocks/categories.php
register_block_core_archives() – Register archives block.
render_block_core_archives() – Renders the `core/archives` block on server.
block_parser_class – filter
_get_plugin_from_callback() – Internal helper function to find the plugin from a meta box callback.
get_block_categories() – Returns all the block categories that will be shown in the block editor.
block_categories – filter
Tests_Checkout::test_edd_is_checkout_fail() –
Tests_Checkout::test_edd_is_checkout_shortcode() –
Tests_Checkout::test_edd_is_checkout_setting() –
Tests_Checkout::helper_test_checkout_cart_columns_filter() – Helper function for the above test, to test the filter in edd_checkout_cart_columns()
Tests_Checkout::test_checkout_cart_columns_add_two() – Test the default 3 columns + 2 columns used for checkout carts.
Tests_Checkout::test_checkout_cart_columns_filter() – Test the filter at the bottom of
Tests_Checkout::test_checkout_cart_columns_add_one() – Test the default 3 columns + 1 column used for checkout carts.
Tests_Checkout::test_checkout_cart_columns_default() – Test the default 3 columns used for checkout carts.
edd_count_file_downloads_of_customer() – Counts the total number of files a customer has downloaded.
edd_privacy_customer_anonymizer() – Anonymize a customer record through the WP Core Privacy Data Eraser methods.
edd_privacy_remove_customer_id() – Delete the customer ID for this email address that was found in edd_privacy_prefetch_customer_id()
edd_privacy_maybe_delete_customer_eraser() – If after the payment anonymization/erasure methods have been run, and there are no longer payments for the requested customer, go ahead and delete the customer
edd_register_privacy_eraser_customer_id_lookup() – This registers a single eraser _very_ early to avoid any other hook into the EDD data from running first.
edd_privacy_prefetch_customer_id() – Lookup the customer ID for this email address so that we can use it later in the anonymization process.
- 1
- 2
- 3
- …
- 45
- Next Page »