label ) && '' !== $control->label ) { echo '' . esc_html( $control->label ) . ''; } if ( isset( $control->description ) && '' !== $control->description ) { echo '' . esc_html( $control->label ) . ''; } // Process the palette if ( is_array( $control->palette ) ) { $palette = implode( '|', $control->palette ); } else { // Default to true. $palette = ( false === $control->palette || 'false' === $control->palette ) ? 'false' : 'true'; } // Support passing show_opacity as string or boolean. Default to true. $show_opacity = ( false === $control->show_opacity || 'false' === $control->show_opacity ) ? 'false' : 'true'; // Begin the output. ?> link() ); ?> />