diff --git a/oik-blocks.php b/oik-blocks.php index 52446dd..fae4f7c 100644 --- a/oik-blocks.php +++ b/oik-blocks.php @@ -90,6 +90,10 @@ function oik_blocks_fields_results( $html, $attributes ) { $html .= "Please set featured image"; } + if( $html === null ) { + $html = $fields; + } + return $html; }