WP_Block_Type::__set()
Method: Proxies setting values for deprecated properties for script and style handles for backward compatibility.
Source: wp-includes/class-wp-block-type.php:358
Method: Proxies setting values for deprecated properties for script and style handles for backward compatibility.
Source: wp-includes/class-wp-block-type.php:358
Method: Proxies getting values for deprecated properties for script and style handles for backward compatibility.
Source: wp-includes/class-wp-block-type.php:311
Method: Proxies checking for deprecated properties for script and style handles for backward compatibility.
Source: wp-includes/class-wp-block-type.php:339
Filter Hook: Filters the arguments for registering a block type.
Source: wp-includes/class-wp-block-type.php:508
Method: Constructor.
Source: wp-includes/class-wp-block-type.php:294
Method: Renders the block type output for given attributes.
Source: wp-includes/class-wp-block-type.php:401
Method: 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.
Source: wp-includes/class-wp-block-type.php:419
Method: Validates attributes against the current block schema, populating defaulted and missing values.
Source: wp-includes/class-wp-block-type.php:432
Method: Sets block type properties.
Source: wp-includes/class-wp-block-type.php:478
Method: Get all available block attributes including possible layout attribute from Columns block.
Source: wp-includes/class-wp-block-type.php:522
Class: Core class representing a block type.
Source: wp-includes/class-wp-block-type.php:18