apply_filters( ‘icon_dir’, string $path )

In this article

Filters the icon directory path.

Parameters

$pathstring
Icon directory absolute path.

Source

$icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/media' );

Changelog

VersionDescription
2.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.