WP_Block_Type_Registry::get_all_registered(): WP_Block_Type[] In this article Table of ContentsReturn Source Changelog ↑ Back to top Retrieves all registered block types. Return WP_Block_Type[] Associative array of $block_type_name => $block_type pairs. Source public function get_all_registered() { return $this->registered_block_types; } View all references View on Trac View on GitHub Changelog VersionDescription5.0.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.