File: wp-includes/class-wp-icons-registry.php
-
Registers an icon.
-
Sanitizes the icon SVG content.
-
Retrieves the content of a registered icon.
-
Retrieves an array containing the properties of a registered icon.
-
Retrieves all registered icons.
-
Checks if an icon is registered.
-
Utility method to retrieve the main instance of the class.
-
classWP_Icons_Registry
Core class used for interacting with registered icons.
-
Constructor.