WP_Block_Type::get_attributes()
Get all available block attributes including possible layout attribute from Columns block.
Contents
Return
(array) Array of attributes.
Source
File: wp-includes/class-wp-block-type.php
public function get_attributes() { return is_array( $this->attributes ) ? $this->attributes : array(); }
Expand full source code Collapse full source code View on Trac View on GitHub
Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |