[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fnP2Vui_I7qr_OLRF0LsY-DFOwJTkb_Iqy3USHLsqsRo":3},{"slug":4,"name":5,"version":6,"author":4,"author_profile":7,"description":8,"short_description":9,"active_installs":10,"downloaded":11,"rating":12,"num_ratings":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":24,"download_link":25,"security_score":26,"vuln_count":10,"unpatched_count":10,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":35,"analysis":133,"fingerprints":251},"jamstackpress","JAMStackPress","0.1.3","https:\u002F\u002Fprofiles.wordpress.org\u002Fjamstackpress\u002F","\u003Cp>JAMStackPress – Power-up you WordPress backend\u003C\u002Fp>\n\u003Cp>This plugin extends the WP-JSON API by adding a new useful set of fields to the WP-JSON API response, this new set of fields will make your front-end development easier. JAMStackPress also applies some optional filters\u003Cbr \u002F>\nto the content in order to make it front-end ready (no need to make replacements or ad image width and height attrs at front-end level).  Finally we also adds to more endpoints to the WP-JSON API (contact form and sitemap) very useful!\u003Cbr \u002F>\nWe think about the possible scenarios of development for your static website, so in other words, we’ll try to make your life easier, so that you only think about developing your decoupled front-end.\u003C\u002Fp>\n\u003Ch3>Extra fields (jamstackpress object)\u003C\u002Fh3>\n\u003Cp>We include some extra fields that can be activated in the plugins administration page, that will make your front-end development easier:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Human readable date field (uses the locale defined in your WordPress panel):\u003Cbr \u002F>\n\u003Ccode>\"readable_date\": \"March 26, 2018\"\u003C\u002Fcode>\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Post’s full slug and front-end link respecting your WordPress permalinks selection:\u003Cbr \u002F>\n\u003Ccode>\"routes\": {\u003Cbr \u002F>\n\"slug\": \"\u002Fcategory\u002Fpost-title\u002F\",\u003Cbr \u002F>\n\"front_link\": \"https:\u002F\u002Ffrontenddomain.com\u002Fcategory\u002Fpost-title\u002F\"\u003Cbr \u002F>\n}\u003C\u002Fcode>\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Featured image URLs one for every size:\u003C\u002Fp>\n\u003Cp>\u003Ccode>\"featured_image\": {\u003Cbr \u002F>\n\"thumbnail\": \"http:\u002F\u002Fexample.com\u002Fwp-content\u002Fuploads\u002F2022\u002F07\u002Fthumbnail-150x150.jpg\",\u003Cbr \u002F>\n\"medium\": \"http:\u002F\u002Fexample.com\u002Fwp-content\u002Fuploads\u002F2022\u002F07\u002Fmedium-300x200.jpg\",\u003Cbr \u002F>\n\"medium_large\": \"http:\u002F\u002Fexample.com\u002Fwp-content\u002Fuploads\u002F2022\u002F07\u002Fmedium-large-768x512.jpg\"\u003Cbr \u002F>\n\"large\": \"http:\u002F\u002Fexample.com\u002Fwp-content\u002Fuploads\u002F2022\u002F07\u002Flarge-1024x683.jpg\"\u003Cbr \u002F>\n}\u003C\u002Fcode>\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>SEO tags Title and Description – Compatible With Yoast and RankMath plugins:\u003Cbr \u002F>\n\u003Ccode>\"seo\": {\u003Cbr \u002F>\n\"title\": \"Post Title\",\u003Cbr \u002F>\n\"description\": \"Post SEO description\"\u003Cbr \u002F>\n}\u003C\u002Fcode>\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Extra endpoints\u003C\u002Fh3>\n\u003Cp>JAMStackPress includes 2 optional endpoints, always with the porpoise in mind of making your front end development tasks much more easier\u003C\u002Fp>\n\u003Cp>\u003Cstrong>\u002Fjamstackpress\u002Fv1\u002Fcontact\u003C\u002Fstrong>\u003Cbr \u002F>\nThis endpoint acts as a contact form back-end resource. Will save a jp_contact custom post and send an email on every success submission.\u003C\u002Fp>\n\u003Cp>How to use it:\u003C\u002Fp>\n\u003Col>\n\u003Cli>Enable the custom \u003Cstrong>contact form endpoint\u003C\u002Fstrong> in the options panel.  \u003C\u002Fli>\n\u003Cli>Fill and save the rest of the options related to the contact endpoint: \u003Cstrong>Contact email\u003C\u002Fstrong>, \u003Cstrong>Contact Fail Message\u003C\u002Fstrong>, \u003Cstrong>Contact Success Message\u003C\u002Fstrong> and \u003Cstrong>reCaptcha Secret Key\u003C\u002Fstrong> (google reCaptcha V3).  \u003C\u002Fli>\n\u003Cli>\n\u003Cp>Send a request to the custom contact form endpoint, here is an example of a call to the contact form endpoint using js fetch()\u003C\u002Fp>\n\u003Cp>\u003Ccode>fetch('https:\u002F\u002Fexample.com\u002Fwp-json\u002Fjamstackpress\u002Fv1\u002Fcontact?',{\u003Cbr \u002F>\nmethod: 'POST',\u003Cbr \u002F>\nheaders: {\u003Cbr \u002F>\n'Accept': 'application\u002Fjson',\u003Cbr \u002F>\n'Content-Type': 'application\u002Fjson'\u003Cbr \u002F>\n},\u003Cbr \u002F>\nbody: JSON.stringify({\u003Cbr \u002F>\nname: 'Name',\u003Cbr \u002F>\nemail: 'example@example.com',\u003Cbr \u002F>\nsubject: 'Contact Subject',\u003Cbr \u002F>\nmessage: 'Body of the contact form message',\u003Cbr \u002F>\nrecaptach_token: 'xxxxxxxxxxx'})\u003Cbr \u002F>\n})\u003C\u002Fcode>\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>\u002Fjamstackpress\u002Fv1\u002Fsitemap\u003C\u002Fstrong>\u003Cbr \u002F>\nThis endpoint will return a full list of posts and categories slugs, here is a sample of returned list:\u003Cbr \u002F>\n    \u003Ccode>[\"\u002Fsapiente\u002Feveniet-velit-et-aut-est-et-inventore\u002F\",\"\u002Fsapiente\u002Faliquid-aut-ut-eius-excepturi-magni\u002F\",\"\u002Fnulla-molestias\u002Feius-ratione-mollitia-aliquam\u002F\",\"\u002Funcategorized\u002Faut-qui-repudiandae-nihil-iste\u002F\",\"\u002Funcategorized\u002Ftest\u002F\",\"\u002Faliquam\u002F\",\"\u002Fipsa-ratione\u002F\",\"\u002Fnulla-molestias\u002F\",\"\u002Fperferendis-modi\u002F\",\"\u002Fsapiente\u002F\",\"\u002Funcategorized\u002F\",\"\u002Funde-temporibus\u002F\",\"\u002Fut-quo\u002F\"]\u003C\u002Fcode>\u003C\u002Fp>\n\u003Ch3>Content filters & Deploy tools\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>Content filters\u003C\u002Fstrong>\u003Cbr \u002F>\n– Replace your WordPress base URL with the front-end URL defined in the plugin settings.\u003Cbr \u002F>\n– Add image width and height attributes to every image placed at the content.\u003Cbr \u002F>\n– Add _blank target to every external link at the content.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Deploy tools\u003C\u002Fstrong>\u003Cbr \u002F>\n– Trigger front-end build: You can specify a build webhook url for triggering a deployment in your front-end site, directly from your WordPress back-end. This\u003Cbr \u002F>\nis specially useful to keep your front-end site always updated with the latest content, without having to manually trigger a deploy.\u003C\u002Fp>\n","Power-up your WordPress site and get it ready for JAMStack. Take advantage of useful fields, endpoints and filters extending the WP-JSON API.",0,3647,100,2,"2022-07-26T17:04:00.000Z","6.0.11","5.7.1","7.4",[19,20,21,22,23],"headless","jamstack","pwa","spa","static","https:\u002F\u002Fgithub.com\u002Fjamstackpress\u002Fjamstackpress","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fjamstackpress.0.1.3.zip",85,null,"2026-03-15T15:16:48.613Z",[],{"slug":4,"display_name":4,"profile_url":7,"plugin_count":31,"total_installs":10,"avg_security_score":26,"avg_patch_time_days":32,"trust_score":33,"computed_at":34},1,30,84,"2026-04-04T13:04:37.128Z",[36,55,78,97,114],{"slug":37,"name":38,"version":39,"author":40,"author_profile":41,"description":42,"short_description":43,"active_installs":44,"downloaded":45,"rating":12,"num_ratings":46,"last_updated":47,"tested_up_to":48,"requires_at_least":49,"requires_php":50,"tags":51,"homepage":50,"download_link":53,"security_score":54,"vuln_count":10,"unpatched_count":10,"last_vuln_date":27,"fetched_at":28},"headless-mode","Headless Mode","0.4.0","Ben Meredith","https:\u002F\u002Fprofiles.wordpress.org\u002Fbenmeredithgmailcom\u002F","\u003Cp>Headless mode sets up a redirect for all users trying to access the site. The only requests that are granted admission are ones that are either trying to access the REST API, the WP GraphQL API, or any logged-in user looking to access the headless install to edit or create posts.\u003C\u002Fp>\n","Once you take the head off of WordPress, nobody needs to see it. This plugin hides the front end by redirecting to the shiny static (etc) site.",2000,32805,6,"2024-07-18T15:41:00.000Z","6.6.5","5.0","",[52,19,20,23],"gatsby","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fheadless-mode.0.4.0.zip",92,{"slug":56,"name":57,"version":58,"author":59,"author_profile":60,"description":61,"short_description":62,"active_installs":63,"downloaded":64,"rating":65,"num_ratings":66,"last_updated":67,"tested_up_to":68,"requires_at_least":69,"requires_php":17,"tags":70,"homepage":74,"download_link":75,"security_score":76,"vuln_count":13,"unpatched_count":10,"last_vuln_date":77,"fetched_at":28},"simply-static","Simply Static – The Static Site Generator","3.6.3","Simply Static","https:\u002F\u002Fprofiles.wordpress.org\u002Fsimplystatic\u002F","\u003Cp>Simply Static turns your WordPress site into secure, lightning-fast static HTML files.\u003C\u002Fp>\n\u003Cp>Stop worrying about WordPress security patches, performance plugins, and expensive hosting.\u003C\u002Fp>\n\u003Cp>Simply Static converts your entire WordPress site into static HTML, CSS, and JavaScript files that load instantly and can’t be hacked.\u003C\u002Fp>\n\u003Cp>Perfect for blogs, marketing sites, documentation, portfolios, and any content-driven WordPress site.\u003C\u002Fp>\n\u003Ch4>Why Go Static?\u003C\u002Fh4>\n\u003Cp>⚡ Blazing Fast Performance\u003Cbr \u002F>\nStatic sites load 3-5x faster than traditional WordPress. No database queries. No server-side processing. Just instant page loads from a global CDN.\u003C\u002Fp>\n\u003Cp>🔒 Unhackable Security\u003Cbr \u002F>\nNo database. No login page. No PHP vulnerabilities. Static HTML can’t be hacked the way traditional WordPress can.\u003C\u002Fp>\n\u003Cp>💰 Dramatically Lower Hosting Costs\u003Cbr \u002F>\nHost your static site for free on platforms like Cloudflare Pages, Netlify, or GitHub Pages. Or deploy to any server for pennies per month.\u003C\u002Fp>\n\u003Cp>🎯 Zero Maintenance\u003Cbr \u002F>\nNo more WordPress updates. No plugin conflicts. No security patches. Focus on content, not server management.\u003C\u002Fp>\n\u003Ch4>How Simply Static Works\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Generate: Click one button to convert your entire WordPress site to static HTML\u003C\u002Fli>\n\u003Cli>Export: Download as ZIP or deploy to a local directory\u003C\u002Fli>\n\u003Cli>Deploy: Upload to any hosting provider, CDN, or static hosting platform\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Your WordPress site stays private and secure. Your static site is what visitors see.\u003C\u002Fp>\n\u003Ch4>What You Can Do with the Free Version\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>One-click static site generation\u003C\u002Fli>\n\u003Cli>Export as ZIP file\u003C\u002Fli>\n\u003Cli>Deploy to local directory\u003C\u002Fli>\n\u003Cli>Replace URLs (absolute, relative, or offline use)\u003C\u002Fli>\n\u003Cli>Works with any WordPress theme\u003C\u002Fli>\n\u003Cli>Compatible with popular page builders (Elementor, Bricks, Gutenberg)\u003C\u002Fli>\n\u003Cli>SEO plugin support (Yoast, Rank Math, AIOSEO)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Ready for More?\u003C\u002Fh4>\n\u003Cp>The free version is perfect for simple static exports, but if you need advanced deployment, automation, and powerful features, check out our premium solutions.\u003C\u002Fp>\n\u003Ch4>Simply Static Pro – For Developers & Agencies\u003C\u002Fh4>\n\u003Cp>$99\u002Fyear per site | $299\u002Fyear unlimited sites\u003Cbr \u002F>\nDeploy to any platform. Automate everything. Keep 100% of your profit margins.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Deploy to GitHub, Netlify, Cloudflare Pages, AWS S3, BunnyCDN, SFTP\u003C\u002Fli>\n\u003Cli>Incremental exports (update only changed pages)\u003C\u002Fli>\n\u003Cli>Single-page exports (instant publishing)\u003C\u002Fli>\n\u003Cli>WP-CLI support for complete automation\u003C\u002Fli>\n\u003Cli>Forms integration (Contact Form 7, Gravity Forms, WPForms, Fluent Forms)\u003C\u002Fli>\n\u003Cli>Static-friendly search (Fuse.js or Algolia)\u003C\u002Fli>\n\u003Cli>Multilingual support (WPML, Polylang, TranslatePress)\u003C\u002Fli>\n\u003Cli>Performance optimization (minification, image optimization)\u003C\u002Fli>\n\u003Cli>Comments integration\u003C\u002Fli>\n\u003Cli>Email support\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Perfect for developers self-hosting client sites, agencies managing infrastructure, and technical users who want complete control.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsimplystatic.com\u002Fsimply-static-pro\u002F\" rel=\"nofollow ugc\">Get Simply Static Pro\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Simply Static Studio – For Businesses & Content Creators\u003C\u002Fh4>\n\u003Cp>From $11\u002Fmonth\u003Cbr \u002F>\nAll-in-one managed WordPress hosting. Zero maintenance. Maximum security.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Fully managed WordPress hosting\u003C\u002Fli>\n\u003Cli>Static site hosting on global CDN (120+ locations)\u003C\u002Fli>\n\u003Cli>Automated backups & SSL certificates\u003C\u002Fli>\n\u003Cli>One-click WordPress login\u003C\u002Fli>\n\u003Cli>Free white-glove migration\u003C\u002Fli>\n\u003Cli>Team management & access control\u003C\u002Fli>\n\u003Cli>Everything from Pro, pre-configured\u003C\u002Fli>\n\u003Cli>Priority support\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Perfect for businesses running 1-5 websites, content creators who want simplicity, and anyone who values convenience over control.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsimplystatic.com\u002Fsimply-static-studio\u002F\" rel=\"nofollow ugc\">Try Studio Free for 7 Days\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Trusted by 40,000+ Users Worldwide\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>1,400,000+ plugin downloads\u003C\u002Fli>\n\u003Cli>4.5\u002F5 star rating\u003C\u002Fli>\n\u003Cli>Active development & support\u003C\u002Fli>\n\u003Cli>Used by Microsoft, HP, Postman, UNICEF\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Learning Resources\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fdocs.simplystatic.com\" rel=\"nofollow ugc\">Documentation\u003C\u002Fa>\u003Cbr \u002F>\nComprehensive guides covering every aspect of Simply Static.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsimplystatic.com\u002Fvideos\u002F\" rel=\"nofollow ugc\">Video Course\u003C\u002Fa>\u003Cbr \u002F>\nWatch our free YouTube course covering static WordPress from basics to advanced.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsimplystatic.com\u002Ftutorials\u002F\" rel=\"nofollow ugc\">Weekly Tutorials\u003C\u002Fa>\u003Cbr \u002F>\nNew tutorials published every other week on our blog.\u003C\u002Fp>\n\u003Cp>Community Support\u003Cbr \u002F>\nGet help from the community in the WordPress.org forums.\u003C\u002Fp>\n\u003Ch4>Use Cases\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>Perfect For:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Blogs & content sites\u003C\u002Fli>\n\u003Cli>Marketing websites & landing pages\u003C\u002Fli>\n\u003Cli>Documentation sites\u003C\u002Fli>\n\u003Cli>Portfolio sites\u003C\u002Fli>\n\u003Cli>Company websites\u003C\u002Fli>\n\u003Cli>Product launch pages\u003C\u002Fli>\n\u003Cli>Event sites\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Not Suitable For:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>E-commerce sites\u003C\u002Fli>\n\u003Cli>Membership sites\u003C\u002Fli>\n\u003Cli>Sites requiring user logins\u003C\u002Fli>\n\u003Cli>Real-time data updates\u003C\u002Fli>\n\u003Cli>Heavy AJAX functionality\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Note: Forms, search, and comments ARE possible with Simply Static Pro or Studio.\u003C\u002Fp>\n\u003Ch4>Plugins & Features That Don’t Work with Static Sites\u003C\u002Fh4>\n\u003Cp>Static sites are perfect for public content, but some WordPress plugins require server-side processing and won’t work on static sites:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>E-commerce:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>WooCommerce\u003C\u002Fli>\n\u003Cli>Easy Digital Downloads\u003C\u002Fli>\n\u003Cli>Other shopping cart plugins\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Static sites can’t process payments or manage user accounts. Consider headless WordPress solutions for e-commerce.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Membership & Authentication:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>MemberPress\u003C\u002Fli>\n\u003Cli>Restrict Content Pro\u003C\u002Fli>\n\u003Cli>User registration plugins\u003C\u002Fli>\n\u003Cli>Login-required content\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Static sites don’t support user authentication or member-only areas.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Real-Time Dynamic Content:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Forum plugins (bbPress, BuddyPress)\u003C\u002Fli>\n\u003Cli>Live chat widgets (unless using external services)\u003C\u002Fli>\n\u003Cli>Real-time data feeds\u003C\u002Fli>\n\u003Cli>Heavy AJAX functionality\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>What DOES Work (with Pro\u002FStudio):\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Forms (Contact Form 7, Gravity Forms, WPForms, Fluent Forms)\u003C\u002Fli>\n\u003Cli>Search functionality (Fuse.js or Algolia)\u003C\u002Fli>\n\u003Cli>Comments (special integration)\u003C\u002Fli>\n\u003Cli>Newsletter signups (via external services)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>If your site relies heavily on the plugins listed above, Simply Static may not be the right solution. For questions about specific plugin compatibility, check our compatibility database or ask in our support forum.\u003C\u002Fp>\n","Convert WordPress to static HTML. Boost performance 3-5x. Eliminate security vulnerabilities. Deploy anywhere.",30000,1669419,90,192,"2026-03-09T08:06:00.000Z","6.9.4","6.2",[20,71,72,73],"performance","security","static-site-generator","https:\u002F\u002Fsimplystatic.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimply-static.3.6.3.zip",99,"2024-04-22 00:00:00",{"slug":79,"name":80,"version":81,"author":82,"author_profile":83,"description":84,"short_description":85,"active_installs":86,"downloaded":87,"rating":12,"num_ratings":88,"last_updated":89,"tested_up_to":90,"requires_at_least":91,"requires_php":92,"tags":93,"homepage":50,"download_link":96,"security_score":26,"vuln_count":10,"unpatched_count":10,"last_vuln_date":27,"fetched_at":28},"wp-gatsby","WPGatsby","2.3.3","lightstrike","https:\u002F\u002Fprofiles.wordpress.org\u002Flightstrike\u002F","\u003Cp>\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fgatsbyjs\u002Fwp-gatsby\u002Fblob\u002Fmaster\u002Flicense.txt\" rel=\"nofollow ugc\">\u003C\u002Fp>\n\u003Cp>  \u003C\u002Fa>\u003Cbr \u002F>\n  \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Fintent\u002Ffollow?screen_name=gatsbyjs\" rel=\"nofollow ugc\">\u003C\u002Fp>\n\u003Cp>  \u003C\u002Fa>\n\u003C\u002Fp>\n\u003Cp>WPGatsby is a free open-source WordPress plugin that optimizes your WordPress site to work as a data source for \u003Ca href=\"https:\u002F\u002Fwww.gatsbyjs.com\u002Fdocs\u002Fhow-to\u002Fsourcing-data\u002Fsourcing-from-wordpress\" rel=\"nofollow ugc\">Gatsby\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>This plugin must be used in combination with the npm package \u003Ca href=\"https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002Fgatsby-source-wordpress\" rel=\"nofollow ugc\">\u003Ccode>gatsby-source-wordpress@^4.0.0\u003C\u002Fcode>\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Install and Activation\u003C\u002Fh3>\n\u003Cp>WPGatsby is available on the WordPress.org repository and can be installed from your WordPress dashboard, or by using any other plugin installation method you prefer, such as installing with Composer from wpackagist.org.\u003C\u002Fp>\n\u003Ch3>Plugin Overview\u003C\u002Fh3>\n\u003Cp>This plugin has 2 primary responsibilities:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fgatsbyjs\u002Fwp-gatsby\u002Fblob\u002Fmaster\u002Fdocs\u002Faction-monitor.md\" rel=\"nofollow ugc\">Monitor Activity in WordPress to keep Gatsby in sync with WP\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fgatsbyjs\u002Fgatsby\u002Fblob\u002Fmaster\u002Fpackages\u002Fgatsby-source-wordpress\u002Fdocs\u002Ftutorials\u002Fconfiguring-wp-gatsby.md#setting-up-preview\" rel=\"nofollow ugc\">Configure WordPress Previews to work with Gatsby\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Additionally, WPGatsby has a settings page to connect your WordPress site with your Gatsby site:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fgatsbyjs\u002Fgatsby\u002Fblob\u002Fmaster\u002Fpackages\u002Fgatsby-source-wordpress\u002Fdocs\u002Ftutorials\u002Fconfiguring-wp-gatsby.md\" rel=\"nofollow ugc\">WPGatsby Settings\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n","WPGatsby is a free open-source WordPress plugin that optimizes your WordPress site to work as a data source for Gatsby. This plugin must be used in c &hellip;",3000,124093,8,"2022-05-04T18:24:00.000Z","5.9.13","5.4.2","7.3",[52,94,20,95,73],"gatsbyjs","javascript","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-gatsby.2.3.3.zip",{"slug":98,"name":99,"version":100,"author":101,"author_profile":102,"description":103,"short_description":104,"active_installs":105,"downloaded":106,"rating":10,"num_ratings":10,"last_updated":107,"tested_up_to":108,"requires_at_least":109,"requires_php":17,"tags":110,"homepage":112,"download_link":113,"security_score":12,"vuln_count":10,"unpatched_count":10,"last_vuln_date":27,"fetched_at":28},"quant","QuantCDN","1.6.0","stooit","https:\u002F\u002Fprofiles.wordpress.org\u002Fstooit\u002F","\u003Cp>QuantCDN is a CDN engineered specifically for the static web. This plugin acts as a static site generator, letting you easily push a static copy of your entire WordPress site with a single click. Any ongoing content change is automatically pushed, ensuring your static site in the QuantCDN edge is always kept in sync.\u003C\u002Fp>\n\u003Cp>Full support for:\u003Cbr \u002F>\n* Pages and Posts\u003Cbr \u002F>\n* Homepages (static or lists), including pagination\u003Cbr \u002F>\n* Archives (including pagination)\u003Cbr \u002F>\n* 404 error page\u003Cbr \u002F>\n* Custom routes\u003Cbr \u002F>\n* Tags and Categories (including pagination)\u003Cbr \u002F>\n* Attached images & media, CSS, Javascript\u003Cbr \u002F>\n* Custom post and page types\u003C\u002Fp>\n\u003Cp>The QuantCDN platform has integrated support for both \u003Ca href=\"https:\u002F\u002Fdocs.quantcdn.io\u002Fdocs\u002Fdashboard\u002Fforms\" rel=\"nofollow ugc\">forms\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fdocs.quantcdn.io\u002Fdocs\u002Fdashboard\u002Fsearch\" rel=\"nofollow ugc\">search\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Requires a \u003Ca href=\"https:\u002F\u002Fwww.quantcdn.io\" rel=\"nofollow ugc\">QuantCDN account\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>WP-CLI support\u003C\u002Fh3>\n\u003Cp>WP-CLI is a command line tool to interface with WordPress. It is the recommended way of initially seeding your WordPress site in Quant, and provides vast performance improvements over using the UI.\u003C\u002Fp>\n\u003Cp>This is largely due to the ability to run the seed process with concurrency, which can immediately give a 10x performance boost (or greater) when compared to using the UI.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Use \u003Ccode>wp quant info\u003C\u002Fcode> to view queue status\u003C\u002Fli>\n\u003Cli>Use \u003Ccode>wp quant reset_queue \u003Cqueue_name>\u003C\u002Fcode> to reset a queue\u003C\u002Fli>\n\u003Cli>Use \u003Ccode>wp quant process_queue \u003Cqueue_name|all> --threads=10\u003C\u002Fcode> to push content to Quant\u003C\u002Fli>\n\u003C\u002Ful>\n","QuantCDN static site generator and edge integration. Push a static export of your Wordpress site with ease.",70,2966,"2025-10-23T04:47:00.000Z","6.8.5","4.6",[111,20,98,23,73],"cdn","https:\u002F\u002Fwww.quantcdn.io","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquant.1.6.0.zip",{"slug":115,"name":116,"version":117,"author":118,"author_profile":119,"description":120,"short_description":121,"active_installs":122,"downloaded":123,"rating":10,"num_ratings":10,"last_updated":124,"tested_up_to":90,"requires_at_least":49,"requires_php":125,"tags":126,"homepage":131,"download_link":132,"security_score":26,"vuln_count":10,"unpatched_count":10,"last_vuln_date":27,"fetched_at":28},"generate-wpgraphql-image-dataurl","Generate WpGraphql Image DataUrl","1.0.2","dipankarmaikap","https:\u002F\u002Fprofiles.wordpress.org\u002Fdipankarmaikap\u002F","\u003Cp>This plugin Generates DataUrl of MediaItem in WPGraphQL.\u003C\u002Fp>\n\u003Cp>This is an extension to the awsome WPGraphQL plugin (https:\u002F\u002Fgithub.com\u002Fwp-graphql\u002Fwp-graphql) that Generate DataUrl of MediaItems.\u003C\u002Fp>\n\u003Cp>If you are working with Headless WordPress and NextJS you can notice that NextJS don’t offer BlurUp image like GatsbyJS by default. You have to pass a base64 dataUrl in to make it work.\u003Cbr \u002F>\nOr you will see a blank space until the image loads. This plugin adds a dataUrl on each media item so you can use it as a placeholder until the image fully loads and NextJS will also create the fade\u002FBlurUp Effect like in GatsbyJS.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Returning DataUrl for:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>MediaItem\u003C\u002Fli>\n\u003C\u002Ful>\n","This plugin Generates DataUrl of MediaItem in WPGraphQL.",50,1981,"2022-02-01T18:39:00.000Z","7.1",[127,128,129,20,130],"decoupled-wordpress","graphql","headless-wordpress","wpgraphql","https:\u002F\u002Fgithub.com\u002Fdipankarmaikap\u002Fwp-graphql-image-dataurl","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgenerate-wpgraphql-image-dataurl.1.0.2.zip",{"attackSurface":134,"codeSignals":171,"taintFlows":239,"riskAssessment":240,"analyzedAt":250},{"hooks":135,"ajaxHandlers":167,"restRoutes":168,"shortcodes":169,"cronEvents":170,"entryPointCount":10,"unprotectedCount":10},[136,142,145,148,151,154,159,164],{"type":137,"name":138,"callback":139,"file":140,"line":141},"action","admin_init","register","src\\Plugin\\Admin\\Kernel.php",15,{"type":137,"name":143,"callback":139,"file":140,"line":144},"admin_menu",18,{"type":137,"name":146,"callback":139,"priority":76,"file":140,"line":147},"admin_bar_menu",21,{"type":137,"name":149,"callback":139,"priority":76,"file":140,"line":150},"admin_footer",24,{"type":137,"name":152,"callback":139,"priority":76,"file":140,"line":153},"wp_footer",25,{"type":137,"name":155,"callback":156,"file":157,"line":158},"rest_api_init","registerApiRoutes","src\\Plugin\\Http\\Kernel.php",16,{"type":137,"name":160,"callback":161,"file":162,"line":163},"init","registerCustomType","src\\Plugin\\Models\\Model.php",19,{"type":137,"name":155,"callback":165,"file":162,"line":166},"appendCustomFields",22,[],[],[],[],{"dangerousFunctions":172,"sqlUsage":173,"outputEscaping":175,"fileOperations":10,"externalRequests":31,"nonceChecks":10,"capabilityChecks":10,"bundledLibraries":238},[],{"prepared":10,"raw":10,"locations":174},[],{"escaped":176,"rawEcho":177,"locations":178},9,39,[179,183,184,186,187,189,191,192,194,195,196,198,200,201,203,204,205,207,208,209,211,212,214,215,216,218,219,221,222,224,225,227,228,230,231,232,233,235,236],{"file":180,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\add-image-sizes-filter-enabled.php",3,"raw output",{"file":180,"line":88,"context":182},{"file":185,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\contact-notification-email.php",{"file":185,"line":88,"context":182},{"file":185,"line":188,"context":182},10,{"file":190,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\contact-route-enabled.php",{"file":190,"line":88,"context":182},{"file":193,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\failed-contact-message.php",{"file":193,"line":176,"context":182},{"file":193,"line":188,"context":182},{"file":193,"line":197,"context":182},12,{"file":199,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\featured-image-field-enabled.php",{"file":199,"line":88,"context":182},{"file":202,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\frontend-build-webhook.php",{"file":202,"line":88,"context":182},{"file":202,"line":188,"context":182},{"file":206,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\frontend-url.php",{"file":206,"line":88,"context":182},{"file":206,"line":188,"context":182},{"file":210,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\readable-date-field-enabled.php",{"file":210,"line":88,"context":182},{"file":213,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\recaptcha-secret-key.php",{"file":213,"line":88,"context":182},{"file":213,"line":188,"context":182},{"file":217,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\replace-filter-enabled.php",{"file":217,"line":88,"context":182},{"file":220,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\routes-field-enabled.php",{"file":220,"line":88,"context":182},{"file":223,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\seo-field-enabled.php",{"file":223,"line":88,"context":182},{"file":226,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\sitemap-route-enabled.php",{"file":226,"line":88,"context":182},{"file":229,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\successful-contact-message.php",{"file":229,"line":176,"context":182},{"file":229,"line":188,"context":182},{"file":229,"line":197,"context":182},{"file":234,"line":181,"context":182},"src\\Plugin\\Admin\\views\\options\\target-blank-filter-enabled.php",{"file":234,"line":88,"context":182},{"file":237,"line":88,"context":182},"src\\Plugin\\Admin\\views\\scripts\\call-frontend-build-webhook.php",[],[],{"summary":241,"deductions":242},"The \"jamstackpress\" v0.1.3 plugin exhibits a generally positive security posture based on the static analysis. The absence of any identified AJAX handlers, REST API routes, shortcodes, or cron events significantly limits its attack surface. Furthermore, the code shows a commitment to secure SQL practices by using prepared statements exclusively, and there are no reported file operations or external HTTP requests other than one, which is noted. The lack of any critical or high-severity taint analysis findings is also reassuring.\n\nHowever, the plugin does present some areas of concern. The most notable weakness is the low percentage of properly escaped output (19%), which indicates a significant risk of Cross-Site Scripting (XSS) vulnerabilities. The absence of any nonce checks or capability checks on its entry points, although the entry points are currently zero, means that if any were to be added in the future without proper security measures, they would be immediately vulnerable. The plugin's vulnerability history is clean, with no known CVEs, which is a strong positive, suggesting responsible development. Overall, while the current attack surface is minimal and SQL is handled securely, the extensive unescaped output and lack of fundamental security checks on potential future entry points are significant risks that need to be addressed.",[243,245,248],{"reason":244,"points":141},"Low output escaping percentage",{"reason":246,"points":247},"No nonce checks on entry points",5,{"reason":249,"points":247},"No capability checks on entry points","2026-03-17T06:47:14.490Z",{"wat":252,"direct":261},{"assetPaths":253,"generatorPatterns":256,"scriptPaths":257,"versionParams":258},[254,255],"\u002Fwp-content\u002Fplugins\u002Fjamstackpress\u002Fdist\u002Fcss\u002Fapp.css","\u002Fwp-content\u002Fplugins\u002Fjamstackpress\u002Fdist\u002Fjs\u002Fapp.js",[],[255],[259,260],"jamstackpress\u002Fdist\u002Fcss\u002Fapp.css?ver=","jamstackpress\u002Fdist\u002Fjs\u002Fapp.js?ver=",{"cssClasses":262,"htmlComments":264,"htmlAttributes":265,"restEndpoints":267,"jsGlobals":272,"shortcodeOutput":274},[263],"jamstackpress-admin-sidebar",[],[266],"data-jamstackpress-trigger-frontend-build",[268,269,270,271],"\u002Fwp-json\u002Fjamstackpress\u002Fv1\u002Fsettings","\u002Fwp-json\u002Fjamstackpress\u002Fv1\u002Fsite","\u002Fwp-json\u002Fjamstackpress\u002Fv1\u002Fposts","\u002Fwp-json\u002Fjamstackpress\u002Fv1\u002Fusers",[273],"window.jamstackpress",[]]