'', ); if (!empty($photonic_flow_input_shortcode) && !empty($photonic_flow_input_shortcode->shortcode)) { $photonic_editor_shortcode_text = esc_attr($photonic_flow_input_shortcode->content); $shortcode = $photonic_flow_input_shortcode->shortcode; $tag = $shortcode->tag; $attrs = $shortcode->attrs; $attrs = $attrs->named; if ((!empty($attrs->type) && in_array($attrs->type, array('wp', 'flickr', 'smugmug', 'picasa', 'google', 'zenfolio', 'instagram'))) || (empty($attrs->type) && !empty($attrs->style)) && in_array($attrs->style, array('square', 'circle', 'random', 'masonry', 'mosaic', 'strip-above', 'strip-below', 'strip-right', 'no-strip'))) { $photonic_editor_shortcode['provider'] = !empty($attrs->type) ? $attrs->type : 'wp'; } } ?>