WP_Block_Styles_Registry::get_all_registered()

Retrieves all registered block styles.


Description Description


Return Return

(array) Array of arrays containing the registered block styles properties grouped per block, and per style.


Top ↑

Source Source

File: wp-includes/class-wp-block-styles-registry.php

	public function get_all_registered() {
		return $this->registered_block_styles;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
5.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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