get_blog_option() Retrieves option value for a given blog id based on name of option.
add_blog_option() Adds a new option for a given blog ID.
delete_blog_option() Removes an option by name for a given blog ID. Prevents removal of protected WordPress options.
update_blog_option() Updates an option for a particular blog.
switch_to_blog() Switches the current blog.
restore_current_blog() Restores the current blog, after calling switch_to_blog().
wp_switch_roles_and_user() Switches the initialized roles and current user capabilities to another site.
ms_is_switched() Determines if switch_to_blog() is in effect.
is_archived() Checks if a particular blog is archived.
update_archived() Updates the 'archived' status of a particular blog.
update_blog_status() Updates a blog details field.
get_blog_status() Gets a blog details field.
get_last_updated() Gets a list of most recently updated blogs.
_update_blog_date_on_post_publish() Handler for updating the site's last updated date when a post is published or
_update_blog_date_on_post_delete() Handler for updating the current site's last updated date when a published
_update_posts_count_on_delete() Handler for updating the current site's posts count when a post is deleted.
_update_posts_count_on_transition_post_status() Handler for updating the current site's posts count when a post status changes.
wp_count_sites() Counts number of sites grouped by site status.
register_block_bindings_source() Registers a new block bindings source.
unregister_block_bindings_source() Unregisters a block bindings source.
get_all_registered_block_bindings_sources() Retrieves the list of all registered block bindings sources.
get_block_bindings_source() Retrieves a registered block bindings source.
get_post_format() Retrieve the format slug for a post
has_post_format() Check if a post has any of the given formats, or any format.
set_post_format() Assign a format to a post
get_post_format_strings() Returns an array of post format slugs to their translated and pretty display versions
get_post_format_slugs() Retrieves the array of post format slugs.
get_post_format_string() Returns a pretty, translated version of a post format slug
get_post_format_link() Returns a link to a post format index.
_post_format_request() Filters the request to allow for the format prefix.
_post_format_link() Filters the post format term link to remove the format prefix.
_post_format_get_term() Remove the post format prefix from the name property of the term object created by get_term().
_post_format_get_terms() Remove the post format prefix from the name property of the term objects created by get_terms().
_post_format_wp_get_object_terms() Remove the post format prefix from the name property of the term objects created by wp_get_object_terms().
wp_register_border_support() Registers the style attribute used by the border feature if needed for block
wp_apply_border_support() Adds CSS classes and inline styles for border styles to the incoming
wp_has_border_feature_support() Checks whether the current block type supports the border feature requested.
wp_register_colors_support() Registers the style and colors block attributes for block types that support it.
wp_apply_colors_support() Adds CSS classes and inline styles for colors to the incoming attributes array.
_wp_get_presets_class_name() Get the class name used on block level presets.
_wp_add_block_level_presets_class() Update the block content with block level presets class name.
_wp_add_block_level_preset_styles() Render the block level presets stylesheet.
wp_register_position_support() Registers the style block attribute for block types that support it.
wp_render_position_support() Renders position styles to the block wrapper.
wp_register_dimensions_support() Registers the style block attribute for block types that support it.
wp_apply_dimensions_support() Adds CSS classes for block dimensions to the incoming attributes array.
wp_render_dimensions_support() Renders server-side dimensions styles to the block wrapper.
wp_register_typography_support() Registers the style and typography block attributes for block types that support it.
wp_apply_typography_support() Adds CSS classes and inline styles for typography features such as font sizes
wp_typography_get_preset_inline_style_value() Generates an inline style value for a typography feature e.g. text decoration,