apply_filters ( ‘icon_dir’, string $path )

Filters the icon directory path.

Parameters

$path string
Icon directory absolute path.

Source

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

Changuelog

Versionen Description
2.0.0 Introduced.

User Contributed Notes

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