WP_Block_Supports::register_attributes()
Registers the block attributes required by the different block supports.
Welcome to the WPPaste WordPress Method index. This page contains a an alphabetically sorted list of methods that are available for use in WordPress. Each method has a brief description of what it does and how it can be used. To find out more about a particular method, simply click on the method name.
Registers the block attributes required by the different block supports.
Constructor.
Get all available block attributes including possible layout attribute from Columns block.
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.
Validates attributes against the current block schema, populating defaulted and missing values.
Renders the block type output for given attributes.
Sets block type properties.
Retrieves all registered block types.
Utility method to retrieve the main instance of the class.
Retrieves a registered block type.