Callback for the excerpt_length filter used by the Latest Posts block at render time.
register_block_core_latest_comments
Registers the `core/latest-comments` block.
register_block_core_block
Registers the `core/block` block.
get_post_states
Retrieves an array of post states from a post.
Advertisement
_wp_make_subsizes
Low-level function to create image sub-sizes.
wp_create_image_subsizes
Creates image sub-sizes, adds the new data to the image meta `sizes` array, and updates the image metadata.
_wp_image_meta_replace_original
Updates the attached file and image meta data when the original image was edited.
wp_update_image_subsizes
If any of the currently registered image sub-sizes are missing, create them and update the image meta data.
Advertisement
wp_get_missing_image_subsizes
Compare the existing image sub-sizes (as saved in the attachment meta) to the currently registered image sub-sizes, and return the difference.
wp_credits_section_list
Displays a list of contributors for a given group.
wp_credits_section_title
Displays the title for a given group of contributors.
wp_ajax_rest_nonce
Ajax handler to renew the REST API nonce.
Advertisement
wp_ajax_media_create_image_subsizes
Ajax handler for creating missing image sub-sizes for just uploaded images.
wp_simplepie_autoload
WordPress autoloader for SimplePie.