$attr_info ) { $return .= '

'; $return .= ''; // Select if ( count( $attr_info['values'] ) && $attr_info['values'] ) { $return .= ''; } // Text input else { $attr_field_type = ( $attr_info['type'] == 'color' ) ? 'color' : 'text'; $return .= ''; } $return .= '

'; } } // Single shortcode (not closed) if ( $shortcode['type'] == 'single' ) { $return .= ''; } // Wrapping shortcode else { $return .= '

'; } $return .= '

' . __( 'Insert', 'shortcodes-ultimate' ) . ' '; $return .= '' . __( 'Demo', 'shortcodes-ultimate' ) . '

'; $return .= ''; echo $return; ?>