' . $output . '
';
} else {
$output = '' . $output . '
';
}
if ( '' !== $img ) {
$html = '';
$html .= '
';
$html .= $output;
$html .= '
';
$output = $html;
}
$is_preset = false;
if ( isset( $_GET['preset'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
$is_preset = true;
}
if ( $is_preset ) {
$text = 'array ( ';
foreach ( $atts as $key => $att ) {
$text .= '