Hi,
Please download the plug-in once and try using it.
Also try adding this to your function file. Can you please share the URL?
// Our filter callback function
function icon_post_type_callback( $types ) {
$types = array('post', 'page', 'custom_post_type');
return $types;
}
add_filter( 'icon_post_type', 'icon_post_type_callback', 10, 1 );