wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/icons.php › WordPress File
Functions7
› Icons API: Icon registration and rendering helper functions.
| Function | Short description |
|---|---|
| wp_get_icon | Returns the SVG markup for a registered icon. |
| wp_register_icon | Registers a new icon. |
| wp_register_icon_collection | Registers a new icon collection. |
| wp_unregister_icon | Unregisters an icon. |
| wp_unregister_icon_collection | Unregisters an icon collection. |
| _wp_register_default_icons | Registers the default core icons from the manifest. |
| _wp_register_default_icon_collections | Registers the default icon collections. |