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