'', 'url' => '', 'block_background' => '#ffffff', 'block_padding_left' => 0, 'block_padding_right' => 0, 'block_padding_bottom' => 15, 'block_padding_top' => 15 ); $options = array_merge($defaults, $options); $alt = ''; if (empty($options['image']['id'])) { // A placeholder can be set by a preset and it is kept indefinitely if (!empty($options['placeholder'])) { $image = $options['placeholder']; } else { $image = 'https://source.unsplash.com/600x250/daily'; } } else { $image = tnp_media_resize($options['image']['id'], array(600, 0)); $alt = $options['image_alt']; } $url = $options['url']; ?> <?php echo esc_attr($alt) ?>