[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fPXw31O3VPkz4ITX4FaLx3XYuCO1NZjmhh6mhyeTK8S8":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"shrimp2t","https:\u002F\u002Fprofiles.wordpress.org\u002Fshrimp2t\u002F",2,50,89,30,86,"2026-04-04T06:47:29.431Z",[13,36],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":7,"downloaded":19,"rating":20,"num_ratings":20,"last_updated":21,"tested_up_to":22,"requires_at_least":23,"requires_php":24,"tags":25,"homepage":31,"download_link":32,"security_score":33,"vuln_count":20,"unpatched_count":20,"last_vuln_date":34,"fetched_at":35},"gallery-one","Gallery One","1.0.2","\u003Cp>See demo: http:\u002F\u002Fshrimp2t.com\u002Fgallery-one\u002F\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FMpicnbcGsUo?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Fully responsive, Touch enabled\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Unlimited albums\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Unlimited images\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>Carousel\u003C\u002Fli>\n\u003Cli>Gird\u003C\u002Fli>\n\u003Cli>Justified\u003C\u002Fli>\n\u003Cli>Masonry\u003C\u002Fli>\n\u003Cli>Slideshow\u003C\u002Fli>\n\u003Cli>Blog style (comming soon )\u003C\u002Fli>\n\u003Cli>JustifiedGallery Light box\u003C\u002Fli>\n\u003Cli>Load Facebook album images\u003C\u002Fli>\n\u003Cli>Load Flickr album images\u003C\u002Fli>\n\u003Cli>Add image from url\u003C\u002Fli>\n\u003Cli>Shortcode creator\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Load Facebook Album\u003C\u002Fh4>\n\u003Cp>Just paste your album url, example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>https:\u002F\u002Fwww.facebook.com\u002FBillGates\u002Fphotos\u002F?tab=album&album_id=10153110017351961\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Note: Your album status must be public to load.\u003C\u002Fp>\n\u003Ch4>Load Flickr Album\u003C\u002Fh4>\n\u003Cp>Just paste your album url, example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>https:\u002F\u002Fwww.flickr.com\u002Fphotos\u002Fgianstefanofontana\u002Falbums\u002F72157649693279051\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Note: Your album status must be public to load.\u003C\u002Fp>\n\u003Ch4>Adding your own view in your theme\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Create a folder \u003Ccode>gallery-one\u003C\u002Fcode> on your theme.\u003C\u002Fli>\n\u003Cli>Inside folder which created add a file and name \u003Ccode>view.php\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>[Optional] Inside folder which created add a file and name \u003Ccode>config.php\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Example file \u003Ccode>view.php\u003C\u002Fcode>:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003Cdiv class=\"my-view\">\n\u003C?php\n var_dump( $this->settings ); \u002F* You config data in file config.php\n var_dump( $this->media->get_data() ); \u002F\u002F Gallery items data\n ?>\n\u003C\u002Fdiv>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Example file \u003Ccode>config.php\u003C\u002Fcode>:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$config = array(\n    'name' => __( 'Justified', 'gallery-one' ), \u002F\u002F view name\n    'js' => 'js\u002Fjs.js',\n    'css' => 'css\u002Fcss.css',\n    'view_settings' => array(\n        array(\n            'id' => 'margins',\n            'default' => '10',\n            'label' => __( 'Margins', 'gallery-one' ),\n            'type' => 'text'\n        ),\n        array(\n            'id'        => 'lightbox',\n            'default'   => '1',\n            'label'     => __( 'Lightbox', 'gallery-one' ),\n            'type'      => 'checkbox'\n        ),\n\n    ),\n);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Adding your own view in your plugin\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Create new folder in your plugin, example: \u003Ccode>my-cool-views\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>Add add new view folder example: \u003Ccode>my-cool-views\u002Ffull-screen\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>Add \u003Ccode>view.php\u003C\u002Fcode> file for you view \u003Ccode>my-cool-views\u002Ffull-screen\u002Fview.php\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>[Optional] Add \u003Ccode>config.php\u003C\u002Fcode> file for you view \u003Ccode>my-cool-views\u002Ffull-screen\u002Fconfig.php\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Add your your views folder to view loader:\u003C\u002Fp>\n\u003Cp>add_filter( ‘gallery_one_get_template_folders’, ‘my_cool_views_path’);\u003C\u002Fp>\n\u003Cp>function my_cool_views_path( $view_paths ){\u003Cbr \u002F>\n    $view_paths[‘my_cool_view’] = PATH_TO_MY_PLUGIN.’\u002Fmy-cool-views’;\u003Cbr \u002F>\n    return $view_paths;\u003Cbr \u002F>\n }\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Config Parameters\u003C\u002Fh4>\n\u003Cp>name: (string) Name of your view.\u003C\u002Fp>\n\u003Cp>css: (string\u002Farray) CSS files will enqueue when this view load.\u003C\u002Fp>\n\u003Cp>js: (string\u002Farray) JS files will enqueue when this view load.\u003C\u002Fp>\n\u003Cp>view_settings: (array) list field settings for your view.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>view_settings\u003C\u002Fstrong> Parameters:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>id: Id of setting field.\u003C\u002Fli>\n\u003Cli>label: Label of setting files.\u003C\u002Fli>\n\u003Cli>default: Default value.\u003C\u002Fli>\n\u003Cli>type: Field type: text|select|checkbox|textarea.\u003C\u002Fli>\n\u003Cli>option: For field type select (array).\u003C\u002Fli>\n\u003Cli>desc: Field description.\u003C\u002Fli>\n\u003C\u002Ful>\n","A cool responsive gallery plugin with beautifully views.",3275,0,"2016-05-28T11:13:00.000Z","4.5.33","4.5","",[26,27,28,29,30],"facebook","galleries","gallery","image","images","http:\u002F\u002Fshrimp2t.com\u002Fgallery-one\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgallery-one.zip",85,null,"2026-03-15T15:16:48.613Z",{"slug":37,"name":38,"version":39,"author":4,"author_profile":5,"description":40,"short_description":41,"active_installs":20,"downloaded":42,"rating":20,"num_ratings":20,"last_updated":43,"tested_up_to":44,"requires_at_least":45,"requires_php":46,"tags":47,"homepage":24,"download_link":53,"security_score":54,"vuln_count":20,"unpatched_count":20,"last_vuln_date":34,"fetched_at":35},"sa-swatches","SaSwatches – Product Variation Swatches For WooCommerce","0.1.11","\u003Cp>Sa Swatches – Variation Swatches for WooCommerce the ultimate solution to enhance your WooCommerce store’s product presentation.\u003C\u002Fp>\n\u003Cp>Gone are the days of uninspiring dropdown menus for product variations. With ‘Sa Swatches,’ you can transform attribute selection into a visually captivating experience. By replacing dull dropdowns with vibrant swatches, this plugin adds a touch of elegance to your product pages and quick views.\u003C\u002Fp>\n\u003Cp>But ‘Sa Swatches’ is more than just aesthetics. It’s a tool for customization and personalization. Tailor swatch shapes, colors, and hover effects to match your brand’s identity seamlessly. With its user-friendly interface and extensive features, this plugin empowers you to create a shopping experience that delights customers and boosts conversions.\u003C\u002Fp>\n\u003Cp>Give your WooCommerce store the makeover it deserves with ‘Sa Swatches – Variation Swatches for WooCommerce.’ Try it today and see the difference!\u003C\u002Fp>\n\u003Ch3>SaSwatches plugin features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Auto Convert All product attribute dropdowns to button swatch by default\u003C\u002Fli>\n\u003Cli>Enable color swatches for variable product attribute options\u003C\u002Fli>\n\u003Cli>Enable image swatches for variable product attribute options\u003C\u002Fli>\n\u003Cli>Enable label\u002Ftext swatches for variable product attribute options\u003C\u002Fli>\n\u003Cli>Convert existing product attribute options into color, image, and label swatches\u003C\u002Fli>\n\u003Cli>Display swatches in catalog \u002F archive \u002F product page\u003C\u002Fli>\n\u003Cli>Multiple color for product attribute option\u003C\u002Fli>\n\u003Cli>Variation swatches size controls\u003C\u002Fli>\n\u003Cli>Customizable variation option text\u002Flabel\u003C\u002Fli>\n\u003Cli>Customizable variation text\u002Flabel\u003C\u002Fli>\n\u003Cli>Swatches tooltip\u003C\u002Fli>\n\u003Cli>Swatches in drawer\u003C\u002Fli>\n\u003Cli>Show\u002Fhide swatch label\u003C\u002Fli>\n\u003Cli>Different swatch settings for each attribute type\u003C\u002Fli>\n\u003Cli>Different swatch settings archive and single product page\u003C\u002Fli>\n\u003Cli>Overwrite product attribute settings from product page.\u003C\u002Fli>\n\u003Cli>Overwrite product attribute option settings from product page.\u003C\u002Fli>\n\u003Cli>Drag and sort attribute option in product settings page\u003C\u002Fli>\n\u003Cli>Support all product custom attributes\u003C\u002Fli>\n\u003Cli>End more…\u003C\u002Fli>\n\u003C\u002Ful>\n","Sa Swatches - Variation Swatches for WooCommerce the ultimate solution to enhance your WooCommerce store's product presentation.",671,"2024-10-02T03:08:00.000Z","6.6.5","6.5","7.0",[48,49,50,51,52],"swatches","variable-product-attributes","variation-product-swatches","variation-swatches","woocommerce","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsa-swatches.zip",92]