archive.html
WordPress core a2z
WordPress core only
Home
Blocks
Plugins
Themes
Sitemap
Blog
Block news
About
B
G
M
R
W
Home
»
P
API Letter:
P
wp_initialize_theme_preview_hooks() – Add filters and actions to enable Block Theme Previews in the Site Editor.
_wp_preview_meta_filter() – Filters preview post meta retrieval to get values from the autosave.
get_post_metadata – filter
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_post_revision_on_insert() – Saves revisions for a post after all changes have been made.
pre_get_available_post_mime_types – filter
_prime_post_parent_id_caches() – Prime the cache containing the parent ID of various post objects.
Plural_Forms
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.
pre_wp_get_loading_optimization_attributes – filter
pre_wp_get_https_detection_errors – filter
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_HTML_Processor_State::__construct() – Constructor – creates a new and empty state value.
WP_HTML_Processor_State
WP_HTML_Processor_State
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_unique_prefixed_id() – Generates an incremental ID that is independent per each different prefix.
WP_Font_Face_Resolver::parse_settings() – Parse theme.json settings to extract font definitions with variations grouped by font-family.
wp_print_font_faces() – Generates and prints font-face styles for given fonts or theme.json fonts.
wp-includes/fonts.php
WP_Theme::delete_pattern_cache() – Clears block pattern cache.
WP_Theme::set_pattern_cache() – Sets block pattern cache.
WP_Theme::get_pattern_cache() – Gets block pattern cache.
WP_Theme::get_block_patterns() – Gets block pattern data for a specified theme.
WP_Post_Type::get_autosave_rest_controller() – Gets the REST API autosave controller for this post type.
WP_Post_Type::get_revisions_rest_controller() – Gets the REST API revisions controller for this post type.
WP_Block_Patterns_Registry::__wakeup() –
WP_Block_Patterns_Registry::prepare_content() – Prepares the content of a block pattern. If hooked blocks are registered, they get injected into the pattern, when they met the defined criteria.
sanitize_post_meta_footnotes – filter
_wp_filter_post_meta_footnotes() – Strips all HTML from the content of footnotes, and sanitizes the ID.
wp_autosave_post_revisioned_meta_fields() – Autosave the revisioned meta fields.
pre_unzip_file – filter
quick_edit_enabled_for_post_type – filter
rest_after_insert_post – action
rest_after_insert_page – action
wp_is_password_reset_allowed_for_user() – Checks if password reset is allowed for a specific user.
wp_attach_theme_preview_middleware() – Adds a middleware to `apiFetch` to set the theme for the preview.
wp_get_theme_preview_path() – Filters the blog option to return the path for the previewed theme.
wp-includes/theme-previews.php
ParagonIE_Sodium_Core_Poly1305_State
WP_REST_Block_Patterns_Controller::migrate_pattern_categories() – Migrates old core pattern categories to the new categories.
wp_create_initial_post_meta() – Registers any additional post meta fields.
get_pages_query_args – filter
check_password – filter
wp-includes/navigation-fallback.php
pre_wp_setup_nav_menu_item – filter
wp_high_priority_element_flag() – Accesses a flag that indicates if an element is a possible candidate for `fetchpriority=’high’`.
wp_min_priority_img_pixels – filter
_wp_post_thumbnail_context_filter_remove() – Removes the ‘_wp_post_thumbnail_context_filter’ callback from the ‘wp_get_attachment_image_context’ filter hook. Internal use only.
_wp_post_thumbnail_context_filter_add() – Adds the ‘_wp_post_thumbnail_context_filter’ callback to the ‘wp_get_attachment_image_context’ filter hook. Internal use only.
_wp_post_thumbnail_context_filter() – Overrides the context used in {@see wp_get_attachment_image()}. Internal use only.
pre_load_textdomain – filter
WP_HTML_Tag_Processor::matches() – Checks whether a given tag and its attributes match the search criteria.
WP_HTML_Tag_Processor::parse_query() – Parses tag query input into internal search criteria.
WP_HTML_Tag_Processor::get_updated_html() – Returns the string representation of the HTML Tag Processor.
WP_HTML_Tag_Processor::__toString() – Returns the string representation of the HTML Tag Processor.
WP_HTML_Tag_Processor::remove_class() – Removes a class name from the currently matched tag.
WP_HTML_Tag_Processor::add_class() – Adds a new class name to the currently matched tag.
WP_HTML_Tag_Processor::remove_attribute() – Remove an attribute from the currently-matched tag.
WP_HTML_Tag_Processor::set_attribute() – Updates or creates a new attribute on the currently matched tag with the passed value.
WP_HTML_Tag_Processor::is_tag_closer() – Indicates if the current tag token is a tag closer.
WP_HTML_Tag_Processor::has_self_closing_flag() – Indicates if the currently matched tag contains the self-closing flag.
WP_HTML_Tag_Processor::get_attribute_names_with_prefix() – Gets lowercase names of all attributes matching a given prefix in the current tag.
WP_HTML_Tag_Processor::get_tag() – Returns the uppercase name of the matched tag.
WP_HTML_Tag_Processor::get_attribute() – Returns the value of a requested attribute from a matched tag opener if that attribute exists.
WP_HTML_Tag_Processor::get_enqueued_attribute_value() – Return the enqueued value for a given attribute, if one exists.
WP_HTML_Tag_Processor::sort_start_ascending() – Compare two WP_HTML_Text_Replacement objects.
WP_HTML_Tag_Processor::has_bookmark() – Checks whether a bookmark with the given name exists.
WP_HTML_Tag_Processor::seek() – Move the internal cursor in the Tag Processor to a given bookmark’s location.
WP_HTML_Tag_Processor::apply_attributes_updates() – Applies attribute updates to HTML document.
WP_HTML_Tag_Processor::class_name_updates_to_attributes_updates() – Converts class name updates into tag attributes updates (they are accumulated in different data formats for performance).
1
2
3
…
42
Next Page
Search
Search