Get all available block attributes including possible layout attribute from Columns block.
Source
public function get_attributes() {
return is_array( $this->attributes ) ?
$this->attributes :
array();
}
Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.