WP_Icon_Collections_Registry::get_all_registered(): array[] In this article Table of ContentsReturn Source Changelog ↑ Back to top Retrieves all registered icon collections. Return array[] Array of arrays containing the registered icon collections properties. Source public function get_all_registered() { return array_values( $this->registered_collections ); } View all references View on Trac View on GitHub Changelog VersionDescription7.1.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.