Registers the default icon collections.
Source
function _wp_register_default_icon_collections() {
wp_register_icon_collection(
'core',
array(
'label' => __( 'WordPress' ),
'description' => __( 'Default icon collection.' ),
)
);
}
Changelog
| Version | Description |
|---|---|
| 7.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.