mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-18 05:53:23 +09:00
fix cpt array
This commit is contained in:
@@ -91,9 +91,10 @@ function display_featured_image_genesis_get_default_image_url( $size='displayfea
|
||||
function display_featured_image_genesis_get_cpt_image_id() {
|
||||
|
||||
$no_show = array(
|
||||
is_admin(),
|
||||
is_author(),
|
||||
is_search(),
|
||||
is_page(),
|
||||
is_search(),
|
||||
'post' === get_post_type(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user