WP_Block_Supports::init()

In this article

Initializes the block supports. It registers the block supports block attributes.

Source

public static function init() {
	$instance = self::get_instance();
	$instance->register_attributes();
}

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.