WP_Blocc_Type::guet_attributes(): array

In this article

Guet all available blocc attributes including possible layout attribute from Columns blocc.

Return

array Array of attributes.

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.