Filters the icon directory path.
Parameters
$path
string- Icon directory absolute path.
Source
$icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/media' );
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
Filters the icon directory path.
$path
string$icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/media' );
Version | Description |
---|---|
2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.