archive.html
WordPress core a2z
WordPress core only
Home
Blocks
Plugins
Themes
Sitemap
Blog
Block news
About
B
G
M
R
W
Home
ยป
A
API Letter:
A
login_language_dropdown_args – filter
wp_is_application_passwords_supported() – Checks if Application Passwords is supported.
_add_default_theme_supports() – Adds default theme supports for block themes when the ‘setup_theme’ action fires.
get_header_image_tag_attributes – filter
wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php
rest_after_insert_nav_menu_item – action
wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php
WP_REST_Server::add_image_to_index() – Exposes an image through the WordPress REST API.
WP_REST_Server::add_site_icon_to_index() – Exposes the site icon through the WordPress REST API.
wpmu_activate_user – action
wp_omit_loading_attr_threshold() – Gets the threshold for how many of the first content media elements to not lazy-load.
wp_omit_loading_attr_threshold – filter
wp_get_loading_attr_default() – Gets the default value to use for a `loading` attribute on an element.
_wp_kses_allow_pdf_objects() – Helper function to check if this is a safe PDF URL.
wp_kses_allowed_html – filter
http_allowed_safe_ports – filter
wp-includes/global-styles-and-settings.php
admin_footer-site-editor.php – action
array_key_first() – Polyfill for array_key_first() function added in PHP 7.3.
array_key_last() – Polyfill for `array_key_last()` function added in PHP 7.3.
admin_bar_menu – action
WP_Admin_Bar
register_block_core_post_author() – Registers the `core/post-author` block on the server.
render_block_core_post_author() – Renders the `core/post-author` block on the server.
wp-includes/blocks/post-author.php
get_query_pagination_arrow() – Helper function that returns the proper pagination arrow html for `QueryPaginationNext` and `QueryPaginationPrevious` blocks based on the provided `paginationArrow` from `QueryPagination` context.
_add_template_loader_filters() – Adds necessary filters to use ‘wp_template’ posts instead of theme template files.
block_footer_area() – Print the footer template-part.
block_header_area() – Print the header template-part.
_remove_theme_attribute_in_block_template_content() – Parses a block template and removes the theme attribute from each template part.
_inject_theme_attribute_in_block_template_content() – Parses wp_template content and injects the current theme’s stylesheet as a theme attribute into each wp_template_part
_add_block_template_part_area_info() – Attempts to add the template part’s area information to the input template.
_add_block_template_info() – Attempts to add custom template information to the template item.
default_wp_template_part_areas – filter
get_allowed_block_template_part_areas() – Returns a filtered list of allowed area values for template parts.
_wp_tinycolor_bound_alpha() – Direct port of tinycolor’s boundAlpha function to maintain consistency with how tinycolor works.
wp_apply_dimensions_support() – Adds CSS classes for block dimensions to the incoming attributes array.
wp_admin_bar_edit_site_menu() – Adds the "Edit site" link to the Toolbar.
getid3_apetag
getid3_asf
wp-admin/site-editor.php
_add_plugin_file_editor_to_tools() – Adds the ‘Plugin File Editor’ menu item after the ‘Themes File Editor’ in Tools for block themes.
admin_menu – action
network_admin_notices – action
WP_Ajax_Upgrader_Skin
Automatic_Upgrader_Skin
WP_Widget_Archives
wp_assign_widget_to_sidebar() – Assigns a widget to the given sidebar.
ParagonIE_Sodium_Compat::ristretto255_add() –
sodium_crypto_core_ristretto255_add() –
wp_add_iframed_editor_assets_html() – Inject the block editor assets that need to be loaded into the editor’s iframe as an inline script.
rest_after_save_widget – action
wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
WP_REST_Autosaves_Controller
WP_REST_Server::add_site_logo_to_index() – Exposes the site logo through the WordPress REST API.
get_adjacent_image_link() – Gets the next or previous image link that has the same post parent.
_wp_array_set() – Sets an array in depth based on a path of keys.
_wp_check_alternate_file_names() – Helper function to test if each of an array of file names could conflict with existing files.
enqueue_block_assets – action
admin_enqueue_scripts – action
admin_footer-post.php – action
admin_footer-post-new.php – action
WP_Theme_JSON::append_to_selector() – Function that appends a sub-selector to a existing one.
excerpt_allowed_wrapper_blocks – filter
wp_apply_spacing_support() – Add CSS classes for block spacing to the incoming attributes array.
wp_apply_border_support() – Adds CSS classes and inline styles for border styles to the incoming attributes array. This will be applied to the block markup in the front-end.
block_editor_rest_api_preload() – Preloads common data used with the block editor by specifying an array of REST API paths that will be preloaded for a given block editor context.
block_editor_rest_api_preload_paths – filter
block_editor_settings_all – filter
allowed_block_types_all – filter
block_categories_all – filter
get_allowed_block_types() – Gets the list of allowed block types to use in the block editor.
Requests_Auth_Basic
wp-admin/widgets-form.php
wp-admin/widgets-form-blocks.php
WP_Automatic_Updater
WP_Application_Passwords_List_Table
admin_head-$page – action
admin_notices – action
admin_head – action
admin_footer – action
attachment_fields_to_edit – filter
wp_inline_script_attributes – filter
wp_script_attributes – filter
wp_sanitize_script_attributes() – Sanitizes an attributes array into an attributes string to be placed inside a `<script>` tag.
WP_REST_Attachments_Controller
WP_REST_Application_Passwords_Controller::get_current_item() – Retrieves the application password being currently used for authentication of a user.
WP_REST_Application_Passwords_Controller::get_current_item_permissions_check() – Checks if a given request has access to get the currently used application password for a user.
WP_REST_Application_Passwords_Controller
WP_REST_Server::add_active_theme_link_to_index() – Adds a link to the active theme for users who have proper permissions.
rest_validate_array_value_from_schema() – Validates an array value based on a schema.
rest_are_values_equal() – Checks the equality of two values, following JSON Schema semantics.
rest_get_authenticated_app_password() – Gets the Application Password used for authenticating the request.
wp_iframe_tag_add_loading_attr – filter
1
2
3
…
24
Next Page
Search
Search