WP_Block_Styles_Registry::get_all_registered(): array[] In this article Table of ContentsReturn Source Changelog ↑ Back to top Retrieves all registered block styles. Return array[] Array of arrays containing the registered block styles properties grouped by block type. Source public function get_all_registered() { return $this->registered_block_styles; } View all references View on Trac View on GitHub Changelog VersionDescription5.3.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.