icon_dir filter-hook . WP 1.0
This filter is documented in wp-includes/post.php
Usage
add_filter( 'icon_dir', 'filter_function_name_6251' ); function filter_function_name_6251( $get_template_directory() /images ){ // filter... return $get_template_directory() /images; }
- $get_template_directory() /images
- -
Where the hook is called
icon_dir
icon_dir
wp-includes/deprecated.php 1915
$icon_dir = apply_filters( 'icon_dir', get_template_directory() . '/images' );
wp-includes/post.php 6457
$icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/media' );
wp-includes/media.php 962
$icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/media' );