Reply To: featured image

HomeSupportImage Storefeatured imageReply To: featured image

#482818
gocku
Participant

hi, thank’s
i add the code in the functions.php but the featured image not appare, what i mistake?

// Apply filter
function modify_ims_image_post_type( $image_type ) {
$image_type[‘menu_position’] = 10; // change menu position
return $image_type;
}
add_filter(‘ims_image_post_type’, ‘modify_ims_image_post_type’);