mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
Fix check for fallback image ID
This commit is contained in:
@@ -72,7 +72,7 @@ class Display_Featured_Image_Genesis_Common {
|
||||
$fallback_id = $setting['default'];
|
||||
|
||||
// set here with fallback preemptively, if it exists
|
||||
if ( ! empty( $fallback ) ) {
|
||||
if ( ! empty( $fallback_id ) ) {
|
||||
/**
|
||||
* Creates display_featured_image_genesis_use_default filter to check
|
||||
* whether get_post_type array should use default image.
|
||||
|
||||
Reference in New Issue
Block a user