Here is my function
function yyy_hero_image_option_callback() { $hero_options = get_option( \'hero_options\' ); $count=count($hero_options); $totalimg=$coun
try:
function yyy_hero_image_option_callback() { $hero_options = get_option( 'hero_options' ); $i=1; $html = ''; foreach($hero_options as $key => $values){ if (strpos($key, 'zzz')) { $html .= ''; $html .= ' -'; $html .= ''; $i++; } } $html .= 'Add an Image'; echo $html; }