archive.html
WordPress core a2z
WordPress core only
Home
Blocks
Plugins
Themes
Sitemap
Blog
Block news
About
B
G
M
R
W
Home
»
W
API Letter:
W
WP_Widget_Media_Gallery
wp_enqueue_block_template_skip_link() – Enqueues the skip-link script & styles.
wp_initialize_theme_preview_hooks() – Add filters and actions to enable Block Theme Previews in the Site Editor.
WP_Style_Engine::get_url_or_value_css_declaration() – Style value parser that constructs a CSS definition array comprising a single CSS property and value.
wp_remove_surrounding_empty_script_tags() – Removes leading and trailing _empty_ script tags.
_wp_preview_meta_filter() – Filters preview post meta retrieval to get values from the autosave.
wp_check_revisioned_meta_fields_have_changed() – Check whether revisioned post meta fields have changed.
wp_post_revision_meta_keys – filter
_wp_copy_post_meta() – Copy post meta for the given key from one post to another.
wp_post_revision_meta_keys() – Determine which post meta fields should be revisioned.
wp_restore_post_revision_meta() – Restore the revisioned meta values for a post.
wp_save_revisioned_meta_fields() – Save the revisioned meta fields.
wp_save_post_revision_on_insert() – Saves revisions for a post after all changes have been made.
WP_REST_Template_Revisions_Controller::prepare_links() – Prepares links for the request.
WP_REST_Template_Revisions_Controller::get_item_schema() – Retrieves the item’s schema, conforming to JSON Schema.
WP_REST_Template_Revisions_Controller::delete_item_permissions_check() – Checks if a given request has access to delete a revision.
WP_REST_Template_Revisions_Controller::prepare_item_for_response() – Prepares the item for the REST response.
WP_REST_Template_Revisions_Controller::get_parent() – Gets the parent post, if the ID is valid.
WP_REST_Template_Revisions_Controller::register_routes() – Registers the routes for revisions based on post types supporting revisions.
wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php
WP_REST_Template_Revisions_Controller
WP_REST_Template_Revisions_Controller
WP_REST_Template_Revisions_Controller::__construct() – Constructor.
WP_REST_Template_Autosaves_Controller::get_item_schema() – Retrieves the autosave’s schema, conforming to JSON Schema.
WP_REST_Template_Autosaves_Controller::prepare_links() – Prepares links for the request.
WP_REST_Template_Autosaves_Controller::get_parent() – Get the parent post.
WP_REST_Template_Autosaves_Controller::get_item() – Gets the autosave, if the ID is valid.
WP_REST_Template_Autosaves_Controller::prepare_item_for_response() – Prepares the item for the REST response.
WP_REST_Template_Autosaves_Controller::register_routes() – Registers the routes for autosaves.
WP_REST_Template_Autosaves_Controller
WP_REST_Template_Autosaves_Controller
WP_REST_Template_Autosaves_Controller::__construct() – Constructor.
wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php
wp_set_options_autoload() – Sets the autoload value for multiple options in the database.
wp_set_option_autoload() – Sets the autoload value for an option in the database.
wp_set_option_autoload_values() – Sets the autoload values for multiple options in the database.
wp_prime_option_caches_by_group() – Primes the cache of all options registered with a specific option group.
wp_prime_option_caches() – Primes specific options into the cache with a single database query.
wp_get_loading_optimization_attributes – filter
wp_loading_optimization_force_header_contexts – filter
pre_wp_get_loading_optimization_attributes – filter
wp_get_loading_optimization_attributes – filter
wp_get_https_detection_errors() – Runs a remote HTTPS request to detect whether HTTPS supported, and stores potential errors.
pre_wp_get_https_detection_errors – filter
WP_HTML_Unsupported_Exception
WP_HTML_Token::__destruct() – Destructor.
wp-includes/html-api/class-wp-html-unsupported-exception.php
WP_HTML_Token
WP_HTML_Token
WP_HTML_Token::__construct() – Constructor – creates a reference to a token in some external HTML string.
wp-includes/html-api/class-wp-html-token.php
WP_HTML_Tag_Processor::skip_rawtext() – Skips contents of generic rawtext elements.
WP_HTML_Tag_Processor::class_list() – Generator for a foreach loop to step through each class name for the matched tag.
WP_HTML_Tag_Processor::has_class() – Returns if a matched tag contains the given ASCII case-insensitive class name.
WP_HTML_Processor::is_special() – Returns whether an element of a given name is in the HTML special category.
WP_HTML_Processor::is_void() – Returns whether a given element is an HTML Void Element
WP_HTML_Processor::insert_html_element() – Inserts an HTML element on the stack of open elements.
WP_HTML_Processor::run_adoption_agency_algorithm() – Runs the adoption agency algorithm.
WP_HTML_Processor::reconstruct_active_formatting_elements() – Reconstructs the active formatting elements.
WP_HTML_Processor::generate_implied_end_tags_thoroughly() – Closes elements that have implied end tags, thoroughly.
WP_HTML_Processor::close_a_p_element() – Closes a P element.
WP_HTML_Processor::generate_implied_end_tags() – Closes elements that have implied end tags.
WP_HTML_Processor::set_bookmark() – Sets a bookmark in the HTML document.
WP_HTML_Processor::seek() – Moves the internal cursor in the HTML Processor to a given bookmark’s location.
WP_HTML_Processor::release_bookmark() – Removes a bookmark that is no longer needed.
WP_HTML_Processor::get_tag() – Returns the uppercase name of the matched tag.
WP_HTML_Processor::bookmark_tag() – Creates a new bookmark for the currently-matched tag and returns the generated name.
WP_HTML_Processor::get_breadcrumbs() – Computes the HTML breadcrumbs for the currently-matched node, if matched.
WP_HTML_Processor::step_in_body() – Parses next element in the ‘in body’ insertion mode.
WP_HTML_Processor::step() – Steps through the HTML document and stop at the next tag, if any.
WP_HTML_Processor::matches_breadcrumbs() – Indicates if the currently-matched tag matches the given breadcrumbs.
WP_HTML_Processor::get_last_error() – Returns the last error, if any.
WP_HTML_Processor::next_tag() – Finds the next tag matching the $query.
WP_HTML_Processor::__construct() – Constructor.
WP_HTML_Processor
WP_HTML_Processor
WP_HTML_Processor::create_fragment() – Creates an HTML processor in the fragment parsing mode.
wp-includes/html-api/class-wp-html-processor.php
WP_HTML_Processor_State
WP_HTML_Processor_State::__construct() – Constructor – creates a new and empty state value.
wp-includes/html-api/class-wp-html-processor-state.php
WP_HTML_Processor_State
WP_HTML_Open_Elements::after_element_push() – Updates internal flags after adding an element.
WP_HTML_Open_Elements::after_element_pop() – Updates internal flags after removing an element.
WP_HTML_Open_Elements::walk_up() – Steps through the stack of open elements, starting with the bottom element (added last) and walking upwards to the one added first.
WP_HTML_Open_Elements::remove_node() – Removes a specific node from the stack of open elements.
WP_HTML_Open_Elements::walk_down() – Steps through the stack of open elements, starting with the top element (added first) and walking downwards to the one added last.
WP_HTML_Open_Elements::push() – Pushes a node onto the stack of open elements.
WP_HTML_Open_Elements::pop_until() – Pops nodes off of the stack of open elements until one with the given tag name has been popped.
WP_HTML_Open_Elements::pop() – Pops a node off of the stack of open elements.
WP_HTML_Open_Elements::has_p_in_button_scope() – Returns whether a P is in BUTTON scope.
WP_HTML_Open_Elements::has_element_in_table_scope() – Returns whether a particular element is in table scope.
WP_HTML_Open_Elements::has_element_in_select_scope() – Returns whether a particular element is in select scope.
WP_HTML_Open_Elements::has_element_in_button_scope() – Returns whether a particular element is in button scope.
WP_HTML_Open_Elements::has_element_in_scope() – Returns whether a particular element is in scope.
WP_HTML_Open_Elements::has_element_in_list_item_scope() – Returns whether a particular element is in list item scope.
WP_HTML_Open_Elements::has_element_in_specific_scope() – Returns whether an element is in a specific scope.
WP_HTML_Open_Elements::count() – Returns how many nodes are currently in the stack of open elements.
WP_HTML_Open_Elements::current_node() – Returns the node at the end of the stack of open elements, if one exists. If the stack is empty, returns null.
WP_HTML_Open_Elements
WP_HTML_Open_Elements
WP_HTML_Open_Elements::contains_node() – Reports if a specific node is in the stack of open elements.
1
2
3
…
71
Next Page
Search
Search