WP_Block_Type::get_attributes()

Get all available block attributes including possible layout attribute from Columns block.

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();
	}

Changelog

Version Description
5.0.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_block_type/get_attributes