archive.html
WordPress core a2z
WordPress core only
Home
Blocks
Plugins
Themes
Sitemap
Blog
Block news
About
B
G
M
R
W
Home
ยป
B
API Letter:
B
ParagonIE_Sodium_Core_BLAKE2b
WP_REST_Block_Patterns_Controller::prepare_item_for_response() – Prepare a raw block pattern before it gets output in a REST API response.
WP_REST_Block_Patterns_Controller::get_item_schema() – Retrieves the block pattern schema, conforming to JSON Schema.
WP_REST_Block_Patterns_Controller::get_items() – Retrieves all block patterns.
WP_REST_Block_Patterns_Controller::get_items_permissions_check() – Checks whether a given request has permission to read block patterns.
WP_REST_Block_Patterns_Controller::register_routes() – Registers the routes for the objects of the controller.
WP_REST_Block_Patterns_Controller
WP_REST_Block_Patterns_Controller::__construct() – Constructs the controller.
WP_REST_Block_Patterns_Controller
WP_REST_Block_Pattern_Categories_Controller::prepare_item_for_response() – Prepare a raw block pattern category before it gets output in a REST API response.
WP_REST_Block_Pattern_Categories_Controller::get_item_schema() – Retrieves the block pattern category schema, conforming to JSON Schema.
WP_REST_Block_Pattern_Categories_Controller::get_items() – Retrieves all block pattern categories.
WP_REST_Block_Pattern_Categories_Controller::register_routes() – Registers the routes for the objects of the controller.
WP_REST_Block_Pattern_Categories_Controller::get_items_permissions_check() – Checks whether a given request has permission to read block patterns.
WP_REST_Block_Pattern_Categories_Controller
WP_REST_Block_Pattern_Categories_Controller::__construct() – Constructs the controller.
WP_REST_Block_Pattern_Categories_Controller
WP_Block_Type
render_block_core_read_more() – Renders the `core/read-more` block on the server.
register_block_core_read_more() – Registers the `core/read-more` block on the server.
wp-includes/blocks/read-more.php
register_block_core_query_no_results() – Registers the `core/query-no-results` block on the server.
render_block_core_query_no_results() – Renders the `core/query-no-results` block on the server.
wp-includes/blocks/query-no-results.php
block_core_post_template_uses_featured_image() – Determines whether a block list contains a block that uses the featured image.
register_block_core_post_comments_form() – Registers the `core/post-comments-form` block on the server.
post_comments_form_block_form_defaults() – Use the button block classes for the form-submit button.
render_block_core_post_comments_form() – Renders the `core/post-comments-form` block on the server.
wp-includes/blocks/post-comments-form.php
register_block_core_post_author_biography() – Registers the `core/post-author-biography` block on the server.
render_block_core_post_author_biography() – Renders the `core/post-author-biography` block on the server.
wp-includes/blocks/post-author-biography.php
block_core_navigation_from_block_get_post_ids() – Get post IDs from a navigation link block instance.
block_core_navigation_get_post_ids() – Iterate through all inner blocks recursively and get navigation link block’s post IDs.
register_block_core_home_link() – Register the home block
block_core_home_link_build_li_wrapper_attributes() – Builds an array with classes and style for the li wrapper
render_block_core_home_link() – Renders the `core/home-link` block.
block_core_home_link_build_css_font_sizes() – Build an array with CSS classes and inline styles defining the font sizes which will be applied to the home link markup in the front-end.
block_core_home_link_build_css_colors() – Build an array with CSS classes and inline styles defining the colors which will be applied to the home link markup in the front-end.
wp-includes/blocks/home-link.php
block_core_gallery_render() – Adds a style tag for the –wp–style–unstable-gallery-gap var.
render_block_core_cover() – Renders the `core/cover` block on server.
register_block_core_cover() – Registers the `core/cover` block renderer on server.
wp-includes/blocks/cover.php
register_block_core_comments_title() – Registers the `core/comments-title` block on the server.
render_block_core_comments_title() – Renders the `core/comments-title` block on the server.
wp-includes/blocks/comments-title.php
render_block_core_comments_pagination() – Renders the `core/comments-pagination` block on the server.
register_block_core_comments_pagination() – Registers the `core/comments-pagination` block on the server.
wp-includes/blocks/comments-pagination.php
register_block_core_comments_pagination_previous() – Registers the `core/comments-pagination-previous` block on the server.
render_block_core_comments_pagination_previous() – Renders the `core/comments-pagination-previous` block on the server.
wp-includes/blocks/comments-pagination-previous.php
register_block_core_comments_pagination_numbers() – Registers the `core/comments-pagination-numbers` block on the server.
render_block_core_comments_pagination_numbers() – Renders the `core/comments-pagination-numbers` block on the server.
wp-includes/blocks/comments-pagination-numbers.php
register_block_core_comments_pagination_next() – Registers the `core/comments-pagination-next` block on the server.
render_block_core_comments_pagination_next() – Renders the `core/comments-pagination-next` block on the server.
wp-includes/blocks/comments-pagination-next.php
register_block_core_comment_template() – Registers the `core/comment-template` block on the server.
render_block_core_comment_template() – Renders the `core/comment-template` block on the server.
wp-includes/blocks/comment-template.php
block_core_comment_template_render_comments() – Function that recursively renders a list of nested comments.
register_block_core_comment_reply_link() – Registers the `core/comment-reply-link` block on the server.
render_block_core_comment_reply_link() – Renders the `core/comment-reply-link` block on the server.
wp-includes/blocks/comment-reply-link.php
register_block_core_comment_edit_link() – Registers the `core/comment-edit-link` block on the server.
wp-includes/blocks/comment-edit-link.php
render_block_core_comment_edit_link() – Renders the `core/comment-edit-link` block on the server.
register_block_core_comment_date() – Registers the `core/comment-date` block on the server.
render_block_core_comment_date() – Renders the `core/comment-date` block on the server.
register_block_core_comment_content() – Registers the `core/comment-content` block on the server.
wp-includes/blocks/comment-date.php
render_block_core_comment_content() – Renders the `core/comment-content` block on the server.
wp-includes/blocks/comment-content.php
register_block_core_comment_author_name() – Registers the `core/comment-author-name` block on the server.
render_block_core_comment_author_name() – Renders the `core/comment-author-name` block on the server.
wp-includes/blocks/comment-author-name.php
render_block_core_avatar() – Renders the `core/avatar` block on the server.
register_block_core_avatar() – Registers the `core/avatar` block on the server.
wp-includes/blocks/avatar.php
build_comment_query_vars_from_block() – Helper function that constructs a comment query vars array from the passed block properties.
_resolve_home_block_template() – Returns the correct template for the site’s home page.
wp_should_skip_block_supports_serialization() – Checks whether serialization of the current block’s supported properties should occur.
wp-includes/block-supports/utils.php
render_block_core/image – filter
render_block_core/group – filter
_register_theme_block_patterns() – Register any patterns that the active theme may provide under its `./patterns/` directory. Each pattern is defined as a PHP file and defines its metadata using plugin-style headers. The minimum required definition is:
wp_admin_bar_show_site_icons – filter
ftp_base
wp_enqueue_block_support_styles() – This function takes care of adding inline styles in the proper place, depending on the theme in use.
wp_is_block_theme() – Returns whether the current theme is a block-based theme or not.
WP_REST_Block_Renderer_Controller
WP_Theme::is_block_theme() – Returns whether this theme is a block-based theme or not.
WP_Theme_JSON::get_block_classes() – Converts each style section into a list of rulesets containing the block styles to be appended to the stylesheet.
theme_mod_$id_base – filter
WP_Block_List
admin_bar_menu – action
WP_Admin_Bar
note_sidebar_being_rendered() – Make a note of the sidebar being rendered before WordPress starts rendering it. This lets us get to the current sidebar in render_block_core_widget_group().
discard_sidebar_being_rendered() – Clear whatever we set in note_sidebar_being_rendered() after WordPress finishes rendering a sidebar.
register_block_core_widget_group() – Registers the ‘core/widget-group’ block.
1
2
3
…
14
Next Page
Search
Search