Add a notice with a link to the guide when editing the privacy policy page.
WP_Privacy_Policy_Content::get_default_content
Return the default suggested privacy policy content.
_WP_Editors::force_uncompressed_tinymce
Force uncompressed TinyMCE when a custom theme has been defined.
WP_Block_Type::get_attributes
Get all available block attributes including possible layout attribute from Columns block.
Advertisement
WP_Block_Type_Registry::register
Registers a block type.
WP_Block_Type_Registry::unregister
Unregisters a block type.
WP_Block_Type_Registry::get_registered
Retrieves a registered block type.
WP_Block_Type_Registry::get_all_registered
Retrieves all registered block types.
Advertisement
WP_Block_Type_Registry::is_registered
Checks if a block type is registered.
WP_Block_Type_Registry::get_instance
Utility method to retrieve the main instance of the class.
WP_Block_Type::__construct
Constructor.
WP_Block_Type::render
Renders the block type output for given attributes.
Advertisement
WP_Block_Type::is_dynamic
Returns true if the block type is dynamic, or false otherwise. A dynamic block is one which defers its rendering to occur on-demand at runtime.
WP_Block_Type::prepare_attributes_for_render
Validates attributes against the current block schema, populating defaulted and missing values.
WP_Block_Type::set_props
Sets block type properties.