File: wp-includes/class-wp-block-type.php
-
Get block variations.
-
Filters the registered variations for a block type.
-
Get block uses context.
-
Filters the registered uses context for a block type.
-
methodWP_Block_Type::__set()
Proxies setting values for deprecated properties for script and style handles for backward compatibility.
-
methodWP_Block_Type::__get()
Proxies getting values for deprecated properties for script and style handles for backward compatibility.
-
methodWP_Block_Type::__isset()
Proxies checking for deprecated properties for script and style handles for backward compatibility.
-
Filters the arguments for registering a block type.
-
Constructor.
-
methodWP_Block_Type::render()
Renders the block type output for given attributes.
-
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.
-
Sets block type properties.
-
Get all available block attributes including possible layout attribute from Columns block.
-
classWP_Block_Type
Core class representing a block type.