[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f_IgFRTsvwnGjhKdtftZVci_w8VqJ2JI7_K7xgU51t9o":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":13,"last_updated":14,"tested_up_to":15,"requires_at_least":15,"requires_php":16,"tags":17,"homepage":22,"download_link":23,"security_score":24,"vuln_count":13,"unpatched_count":13,"last_vuln_date":25,"fetched_at":26,"vulnerabilities":27,"developer":28,"crawl_stats":25,"alternatives":34,"analysis":143,"fingerprints":179},"wp-ajax-query","WP Ajax Query","0.1","aizatto","https:\u002F\u002Fprofiles.wordpress.org\u002Faizatto\u002F","\u003Cp>WP Ajax Query allows you to query your WordPress database using the same query paramaters you would use for WP_Query, and return a JSON respresentation of the query results. This allows developers to easily interface with WordPress without having to relearn a new API.\u003C\u002Fp>\n\u003Ch3>How It Works\u003C\u002Fh3>\n\u003Cp>The Ajax Query interface would be available at http:\u002F\u002Fexample.com\u002Fwp-admin\u002Fadmin-ajax.php?action=query\u003C\u002Fp>\n\u003Cp>A sample jQuery request would be like:\u003Cbr \u002F>\n    $.get(ajaxurl, { action: ‘query’ }, function () { }, ‘json’);\u003C\u002Fp>\n\u003Cp>Querying for a post:\u003Cbr \u002F>\n    $.get(ajaxurl, { action: ‘query’, p: 1 }, function () { }, ‘json’);\u003C\u002Fp>\n\u003Cp>JSON results:\u003Cbr \u002F>\n    {\u003Cbr \u002F>\n      “id”: 1,\u003Cbr \u002F>\n      “type”: ‘post’,\u003Cbr \u002F>\n      “title”: “Hello World”,\u003Cbr \u002F>\n      “permalink”: “http:\\\u002F\\\u002Fexample.com\\\u002F?p=1”\u003Cbr \u002F>\n    }\u003C\u002Fp>\n\u003Cp>Query a category:\u003Cbr \u002F>\n    $.get(ajaxurl, { action: ‘query’, cat: 1 }, function () { }, ‘json’);\u003C\u002Fp>\n\u003Cp>JSON results:\u003Cbr \u002F>\n    {\u003Cbr \u002F>\n      “id”: 1\u003Cbr \u002F>\n      “type”: “category”,\u003Cbr \u002F>\n      “permalink”: “http:\\\u002F\\\u002Fexample.com\\\u002F?cat=1”,\u003Cbr \u002F>\n      “terms”: [],\u003Cbr \u002F>\n      “posts”: []\u003Cbr \u002F>\n    }\u003C\u002Fp>\n\u003Cpre>\u003Ccode>terms and `posts` represents an array of either terms that are sub categories of the category, or posts belonging to the category.\u003Ch3>Why I Created It\u003C\u002Fh3>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Needed a common way to query the database for posts and taxonomies across multiple plugins, and didn’t find a suitable replacement.\u003C\u002Fp>\n","WP Ajax Query allows you to query your WordPress database using the same query paramaters you would use for WP_Query, and return a JSON respresentatio &hellip;",10,3507,0,"2010-05-27T11:25:00.000Z","3","",[18,19,20,21],"ajax","json","query","wp_query","http:\u002F\u002Fblog.aizatto.com\u002Fwp-ajax-query\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-ajax-query.0.1.zip",85,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":29,"total_installs":30,"avg_security_score":31,"avg_patch_time_days":32,"trust_score":24,"computed_at":33},7,1070,87,30,"2026-04-05T01:03:04.551Z",[35,54,73,95,120],{"slug":36,"name":37,"version":38,"author":39,"author_profile":40,"description":41,"short_description":42,"active_installs":43,"downloaded":44,"rating":13,"num_ratings":13,"last_updated":16,"tested_up_to":45,"requires_at_least":46,"requires_php":16,"tags":47,"homepage":50,"download_link":51,"security_score":52,"vuln_count":13,"unpatched_count":13,"last_vuln_date":25,"fetched_at":53},"views-output-formats","Views Output Formats","2.1","Stanislav Khromov","https:\u002F\u002Fprofiles.wordpress.org\u002Fkhromov\u002F","\u003Cp>This plugin provides JSON and XML output formats for Toolset Views.\u003C\u002Fp>\n\u003Cp>The plugin will also fetch all available custom fields for each post, making it truly simple to integrate WordPress\u003Cbr \u002F>\nwith other systems that speak JSON and XML.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>New in version 2.0\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>This plugin now supports Taxonomy and User queries!\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Usage\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>\u003Cem>Basic usage\u003C\u002Fem>\u003C\u002Fp>\n\u003Cp>Create your View, go to Settings -> Views Output Formats and pick your format. You will get a link to the XML or JSON version of the query.\u003C\u002Fp>\n\u003Ch3>Requirements\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>PHP 5.3 or higher\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Translations\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>None\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Upcoming features\u003C\u002Fh3>\n\u003Cp>Support for attaching taxonomy data to posts is planned\u003C\u002Fp>\n\u003Cp>Feel free to contribute over at GitHub:\u003Cbr \u002F>\nhttps:\u002F\u002Fgithub.com\u002Fkhromov\u002Fwp-views-output-formats\u003C\u002Fp>\n","Export your WordPress data in XML and JSON formats easily!",40,2626,"4.6.30","3.6",[19,20,48,21,49],"views","xml","http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fviews-output-formats","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fviews-output-formats.2.1.zip",100,"2026-03-15T10:48:56.248Z",{"slug":55,"name":56,"version":57,"author":58,"author_profile":59,"description":60,"short_description":61,"active_installs":11,"downloaded":62,"rating":52,"num_ratings":63,"last_updated":16,"tested_up_to":64,"requires_at_least":65,"requires_php":16,"tags":66,"homepage":71,"download_link":72,"security_score":52,"vuln_count":13,"unpatched_count":13,"last_vuln_date":25,"fetched_at":53},"ajax-content-renderer","Ajax Content Renderer","1.3.4","Claude","https:\u002F\u002Fprofiles.wordpress.org\u002Fcbetancourt\u002F","\u003Cp>This plugin detects Ajax requests and returns just the formatted body of the post or page.\u003C\u002Fp>\n","This plugin detects Ajax requests and returns just the formatted body of the post or page.",6397,1,"3.9.40","2.7.1",[18,67,68,69,70],"ajax-content-renderer-json","extjs","jquery","xhr","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Fajax-content-renderer\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fajax-content-renderer.1.3.4.zip",{"slug":74,"name":75,"version":76,"author":77,"author_profile":78,"description":79,"short_description":80,"active_installs":81,"downloaded":82,"rating":83,"num_ratings":32,"last_updated":84,"tested_up_to":85,"requires_at_least":86,"requires_php":16,"tags":87,"homepage":92,"download_link":93,"security_score":52,"vuln_count":63,"unpatched_count":13,"last_vuln_date":94,"fetched_at":26},"simple-yearly-archive","Simple Yearly Archive","2.2.4","wpseek","https:\u002F\u002Fprofiles.wordpress.org\u002Falphawolf\u002F","\u003Cp>Simple Yearly Archive is a rather neat and simple WordPress plugin that allows you to \u003Cstrong>display your archives in a year-based list\u003C\u002Fstrong>. It works mostly like the usual WP archive, but displays all published posts seperated by their year of publication. That said, it’s also possible to restrict the output to certain categories, and much more.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>See \u003Ca href=\"https:\u002F\u002Fwww.schloebe.de\u002Fwordpress\u002Fsimple-yearly-archive-plugin\u002F#tabwidget-27592\" title=\"Usage\" rel=\"nofollow ugc\">Usage\u003C\u002Fa> for examples, available parameters and more.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Included languages:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>English\u003C\u002Fli>\n\u003Cli>German (de_DE) (Thanks to me ;-))\u003C\u002Fli>\n\u003Cli>German (de_DE_formal) (Thanks for contributing formal german language goes to \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fpavog\" rel=\"nofollow ugc\">Paul Vogel\u003C\u002Fa>)\u003C\u002Fli>\n\u003Cli>Italian (it_IT) (Thanks for contributing italian language goes to \u003Ca href=\"https:\u002F\u002Fgidibao.net\" rel=\"nofollow ugc\">Gianni Diurno\u003C\u002Fa>)\u003C\u002Fli>\n\u003Cli>Russian (ru_RU) (Thanks for contributing russian language goes to \u003Ca href=\"https:\u002F\u002Fgrugl.me\" rel=\"nofollow ugc\">Dimitry German\u003C\u002Fa>)\u003C\u002Fli>\n\u003Cli>Belorussian (by_BY) (Thanks for contributing belorussian language goes to \u003Ca href=\"https:\u002F\u002Fwww.fatcow.com\" rel=\"nofollow ugc\">Marcis Gasuns\u003C\u002Fa>)\u003C\u002Fli>\n\u003Cli>Uzbek (uz_UZ) (Thanks for contributing uzbek language goes to \u003Ca href=\"https:\u002F\u002Fwww.comfi.com\" rel=\"nofollow ugc\">Alexandra Bolshova\u003C\u002Fa>)\u003C\u002Fli>\n\u003Cli>French (fr_FR) (Thanks for contributing french language goes to \u003Ca href=\"https:\u002F\u002Fwww.li-an.fr\u002Fblog\" rel=\"nofollow ugc\">Jean-Michel Meyer\u003C\u002Fa>)\u003C\u002Fli>\n\u003Cli>Chinese (zh_CN) (Thanks for contributing chinese language goes to \u003Ca href=\"https:\u002F\u002Fmarianama.net\" rel=\"nofollow ugc\">Mariana Ma\u003C\u002Fa>)\u003C\u002Fli>\n\u003Cli>Japanese (ja) (Thanks for contributing japanese language goes to \u003Ca href=\"https:\u002F\u002Fstaff.blog.bng.net\" rel=\"nofollow ugc\">Chestnut\u003C\u002Fa>)\u003C\u002Fli>\n\u003Cli>Portuguese Brazil (pt_BR) (Thanks for contributing portuguese brazil language goes to LucasTolle)\u003C\u002Fli>\n\u003Cli>Dutch (nl_NL) (Thanks for contributing dutch language goes to Bart Verkerk)\u003C\u002Fli>\n\u003Cli>Spanish (es) (Spanish translation by \u003Ca href=\"https:\u002F\u002Fwww.ibidemgroup.com\" rel=\"nofollow ugc\">Ibidem Group\u003C\u002Fa>)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwww.schloebe.de\u002Farchiv\u002F\" title=\"Click here for a demo\" rel=\"nofollow ugc\">Click here for a demo\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fx.com\u002Fwpseek\" title=\"Developer on X\" rel=\"nofollow ugc\">Developer on X\u003C\u002Fa> \u003Ca href=\"https:\u002F\u002Fbsky.app\u002Fprofile\u002Fcyberblitzbirne.bsky.social\" title=\"Developer on Bluesky\" rel=\"nofollow ugc\">Developer on Bluesky\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Looking for more WordPress plugins? Visit \u003Ca href=\"https:\u002F\u002Fwww.schloebe.de\u002Fportfolio\u002F\" rel=\"nofollow ugc\">www.schloebe.de\u002Fportfolio\u002F\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n","Simple Yearly Archive is a rather neat and simple Wordpress plugin that allows you to display your archives in a year-based list.",6000,188503,94,"2026-02-15T14:05:00.000Z","6.9.99","3.7",[88,89,90,91,21],"archive","archives","gettext","wpml","https:\u002F\u002Fwww.schloebe.de\u002Fwordpress\u002Fsimple-yearly-archive-plugin\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimple-yearly-archive.zip","2023-02-13 00:00:00",{"slug":96,"name":97,"version":98,"author":99,"author_profile":100,"description":101,"short_description":102,"active_installs":103,"downloaded":104,"rating":105,"num_ratings":106,"last_updated":107,"tested_up_to":108,"requires_at_least":109,"requires_php":110,"tags":111,"homepage":116,"download_link":117,"security_score":118,"vuln_count":63,"unpatched_count":13,"last_vuln_date":119,"fetched_at":26},"acf-views","Advanced Views – Display Custom Fields (ACF, Pods, MetaBox), Posts, CPT and Woo Products anywhere in Gutenberg, Elementor, Divi, Beaver…","3.8.3","WPLake","https:\u002F\u002Fprofiles.wordpress.org\u002Fwplakeorg\u002F","\u003Cp>Display content with full control over selection and layout. Lightweight and compatible with any theme or page builder.\u003C\u002Fp>\n\u003Ch3>⭐ Why Choose Advanced Views?\u003C\u002Fh3>\n\u003Cp>Advanced Views is a framework that empowers you to craft layouts and selections that you miss, without bloatware or heavy dependencies.\u003C\u002Fp>\n\u003Cp>✅ \u003Cstrong>Solid by design\u003C\u002Fstrong>: craft modular and reusable layouts. Eliminate replications, style conflicts, and avoid messy code snippets.\u003Cbr \u002F>\n✅ \u003Cstrong>Content-driven\u003C\u002Fstrong>: pull content dynamically, with granular filtering and sorting options, built on top of the native WordPress Query. Master advanced database queries with post fields, taxonomies, and meta values.\u003Cbr \u002F>\n✅ \u003Cstrong>Time-saver\u003C\u002Fstrong>: automate the groundwork and data fetching. Focus on creating while leaving typical routines behind.\u003Cbr \u002F>\n✅ \u003Cstrong>Fully customizable\u003C\u002Fstrong>: directly access the template code to create advanced elements, like Grids and Sliders, and harness your theme styles and scripts.\u003Cbr \u002F>\n✅ \u003Cstrong>Easy to embed\u003C\u002Fstrong>: copy and paste a native WordPress shortcode to add layouts anywhere.\u003C\u002Fp>\n\u003Ch3>🧩 Plenty of Use Cases\u003C\u002Fh3>\n\u003Cp>Custom fields and Post Types are essential to WordPress. Advanced Views natively supports them – giving you the freedom to pull, mix, and combine them in a common layout.\u003C\u002Fp>\n\u003Cp>Popular scenarios include:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Displaying custom fields:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>🔹On a single page: to enrich landing page sections\u003Cbr \u002F>\n🔹CPT-wide: estimated delivery time for all Products\u003Cbr \u002F>\n🔹Site-wide: contact details from the Options page\u003Cbr \u002F>\n🔹User-specific: fields of the current user in a custom banner or profile page\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Displaying Posts, Products and CPT:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>🔹Posts: blog posts from a specific category\u003Cbr \u002F>\n🔹WooCommerce: related Products in a grid or carousel\u003Cbr \u002F>\n🔹Event lists: Show upcoming events, hide past events\u003Cbr \u002F>\n🔹Real Estate listings: properties by location, size, or type\u003Cbr \u002F>\n🔹Locations map: display all pick-up location markers on a single map\u003Cbr \u002F>\n🔹Reviews and Comments: product reviews or user comments\u003C\u002Fp>\n\u003Ch3>🔗 Multiple Content Sources\u003C\u002Fh3>\n\u003Cp>Advanced Views is vendor-independent and plugin-agnostic – so it will work with WordPress Posts, WooCommerce Products, and any CPT on your website.\u003C\u002Fp>\n\u003Cp>Learn it once and use it everywhere with built-in support for:\u003C\u002Fp>\n\u003Cp>🔹All Custom Post Types registered in WordPress\u003Cbr \u002F>\n🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Fgetting-started\u002Fsupported-data-vendors#id-1.-wordpress\" rel=\"nofollow ugc\">WordPress post fields\u003C\u002Fa> (title, featured image, author, taxonomy terms…)\u003Cbr \u002F>\n🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Fgetting-started\u002Fsupported-data-vendors#id-2.-woocoomerce-plugin\" rel=\"nofollow ugc\">Woo Product fields\u003C\u002Fa> (price, sku, stock status, weight…)\u003Cbr \u002F>\n🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Fgetting-started\u002Fsupported-data-vendors#id-3.-advanced-custom-fields-plugin\" rel=\"nofollow ugc\">Advanced Custom Fields\u003C\u002Fa> (whether it’s text, select, image, gallery, repeater or relationship)\u003Cbr \u002F>\n🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Fgetting-started\u002Fsupported-data-vendors#id-4.-metabox-plugin\" rel=\"nofollow ugc\">MetaBox fields\u003C\u002Fa> (like map, oEmbed, taxonomy, group… )\u003Cbr \u002F>\n🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Fgetting-started\u002Fsupported-data-vendors#id-5.-pods-plugin\" rel=\"nofollow ugc\">Pods fields\u003C\u002Fa> (from WYSIWYG, price, date and time… )\u003C\u002Fp>\n\u003Cp>You can integrate data from any external source, including API-based, directly into Layouts using snippets.\u003C\u002Fp>\n\u003Ch3>🚀 Powerful features\u003C\u002Fh3>\n\u003Cp>Whether you’re a developer working on a child theme, a web creator using a page builder, or a tech-savvy website owner, customizing your block-based theme, Advanced Views makes it easier for you with:\u003C\u002Fp>\n\u003Cp>🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Ftemplates\u002Ffile-system-storage\" rel=\"nofollow ugc\">Storage options\u003C\u002Fa>: craft Layouts using the on-site editor, or edit them inside your favourite IDE, with git-friendly templates.\u003Cbr \u002F>\n🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Ftemplates\u002Fmultilingual\" rel=\"nofollow ugc\">Multilingual-friendly\u003C\u002Fa>: translate any text or label in the Layouts using your favourite tool  (like WPML or Polylang)\u003Cbr \u002F>\n🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Fgetting-started\u002Fintroduction\u002Fkey-aspects#id-3.3-seamless-data-connection\" rel=\"nofollow ugc\">Automatic template validation\u003C\u002Fa>: keep all the Layouts up-to-date with bulk validation, and get prompted to update the relevant layouts when used meta fields have been changed.\u003Cbr \u002F>\n🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Ftemplates\u002Ftemplate-engines\" rel=\"nofollow ugc\">Template engine options\u003C\u002Fa>: opt for the Twig or Blade template engine site-wide, or mix it up and make a per Layout decision.\u003Cbr \u002F>\n🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Ftemplates\u002Fcss-and-js#id-1.1-just-in-time-assets\" rel=\"nofollow ugc\">Just-in-time assets loader\u003C\u002Fa>: get layout styles and scripts injected just-in-time, on a per-page basis. Make fast page loading and great speed metrics your defaults.\u003Cbr \u002F>\n🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Ftemplates\u002Flive-reload\" rel=\"nofollow ugc\">Live reload and Dev mode\u003C\u002Fa>: see live changes to Layouts on the page, and find used layouts without searching.\u003C\u002Fp>\n\u003Ch3>📚 Extensive Documentation & Friendly Support\u003C\u002Fh3>\n\u003Cp>🔹\u003Ca href=\"https:\u002F\u002Fdocs.advanced-views.com\u002F\" rel=\"nofollow ugc\">Helpful guides\u003C\u002Fa>, FAQs, tips, and common use cases with code snippets\u003Cbr \u002F>\n🔹Lite users are supported via the public \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Facf-views\u002F\" rel=\"ugc\">wordpress.org forum\u003C\u002Fa>\u003Cbr \u002F>\n🔹Pro users get priority support via \u003Ca href=\"https:\u002F\u002Fadvanced-views.com\u002Fsupport\u002F\" rel=\"nofollow ugc\">our website\u003C\u002Fa>\u003Cbr \u002F>\n🔹Actively maintained and tested against the latest WordPress releases\u003C\u002Fp>\n\u003Ch3>🔓 Unlock More with Advanced Views Pro\u003C\u002Fh3>\n\u003Cp>Advanced Views Pro takes your content displays to the next level with extended features:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Layouts get:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Fdisplay-content\u002Fmeta-fields\u002Flayout-fields\u002Frepeater-pro\" rel=\"nofollow ugc\">Repeater, Group, and Flexible fields support\u003C\u002Fa> – display complex nested fields — including repeaters within repeaters.\u003Cbr \u002F>\n🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Fdisplay-content\u002Fcustom-gutenberg-blocks-pro\" rel=\"nofollow ugc\">Gutenberg block option\u003C\u002Fa> – turn any layout into a Gutenberg block with a single checkbox. Same template with full markup control and zero React coding.\u003Cbr \u002F>\n🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Fdisplay-content\u002Ffront-end-assets-management-pro#supported-libraries-and-field-types\" rel=\"nofollow ugc\">Masonry, LightBox, Slider integrations\u003C\u002Fa> – turn your Repeater or User fields into a slider, Gallery Images into Masonry, or enable LightBox for single images.\u003Cbr \u002F>\n🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Ftemplates\u002Freusable-components-library-pro\" rel=\"nofollow ugc\">Reusable components library\u003C\u002Fa> – reuse existing Layouts on other websites with a single-click Git sync.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Post Selections get:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Fquery-content\u002Fmeta-filters-pro\" rel=\"nofollow ugc\">Meta filters\u003C\u002Fa> – precise post selections with filtering by meta fields: define bindings to URL arguments, current meta values, and more.\u003Cbr \u002F>\n🔹\u003Ca href=\"https:\u002F\u002Fwplake.gitbook.io\u002Fadvanced-views\u002Fquery-content\u002Fpagination-pro\" rel=\"nofollow ugc\">Ajax pagination\u003C\u002Fa> of results: choose between options for load more button, infinity scroll, or page numbers.\u003Cbr \u002F>\n🔹Post carousels: turn queried posts into sliders.\u003C\u002Fp>\n","Display content with full control over selection and layout. Lightweight and compatible with any theme or page builder.",2000,102678,96,35,"2026-02-27T14:22:00.000Z","6.9.4","5.5","7.4",[112,113,114,115,21],"custom-post-types","meta-fields","post-grid","taxonomy","https:\u002F\u002Fadvanced-views.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-views.3.8.3.zip",98,"2025-09-22 00:00:00",{"slug":121,"name":122,"version":123,"author":124,"author_profile":125,"description":126,"short_description":127,"active_installs":128,"downloaded":129,"rating":130,"num_ratings":131,"last_updated":132,"tested_up_to":133,"requires_at_least":134,"requires_php":16,"tags":135,"homepage":140,"download_link":141,"security_score":52,"vuln_count":63,"unpatched_count":13,"last_vuln_date":142,"fetched_at":26},"ajax-archive-calendar","Ajax Archive Calendar","3.0.0","osman sorkar","https:\u002F\u002Fprofiles.wordpress.org\u002Fosmansorkar\u002F","\u003Cp>The Ajax Archive Calendar plugin goes beyond a standard calendar, offering a powerful archive solution for your WordPress site. It’s built upon and customizes the default WordPress calendar, providing a familiar yet enhanced experience. We’re confident you’ll appreciate its features, available in both Bengali and English.\u003C\u002Fp>\n\u003Cp>Now it is support WPML.\u003C\u002Fp>\n\u003Cp>f you need any modifications or encounter any problems, please report them on our GitHub repository.\u003C\u002Fp>\n\u003Cp>https:\u002F\u002Fgithub.com\u002Fosmansorkar\u002Fajax-archive-calendar\u003C\u002Fp>\n","Ajax Archive Calendar .",1000,19675,90,4,"2025-07-28T09:12:00.000Z","6.8.5","3.0",[18,136,137,138,139],"ajax-archive","ajax-calendar","calendar","jquery-calendar","http:\u002F\u002Ffb.me\u002Fosmansorkar","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fajax-archive-calendar.zip","2023-10-16 00:00:00",{"attackSurface":144,"codeSignals":155,"taintFlows":165,"riskAssessment":166,"analyzedAt":178},{"hooks":145,"ajaxHandlers":146,"restRoutes":152,"shortcodes":153,"cronEvents":154,"entryPointCount":63,"unprotectedCount":63},[],[147],{"action":20,"nopriv":148,"callback":149,"hasNonce":148,"hasCapCheck":148,"file":150,"line":151},false,"wp_ajax","wp-ajax-query.php",12,[],[],[],{"dangerousFunctions":156,"sqlUsage":157,"outputEscaping":159,"fileOperations":13,"externalRequests":13,"nonceChecks":13,"capabilityChecks":13,"bundledLibraries":164},[],{"prepared":13,"raw":13,"locations":158},[],{"escaped":13,"rawEcho":63,"locations":160},[161],{"file":150,"line":162,"context":163},68,"raw output",[],[],{"summary":167,"deductions":168},"The wp-ajax-query plugin version 0.1 exhibits a concerning security posture primarily due to a critical lack of authentication checks on its sole AJAX handler.  While the plugin demonstrates good practices by exclusively using prepared statements for SQL queries and not performing file operations or external HTTP requests, the absence of authentication on its AJAX endpoint represents a significant risk. This means any unauthenticated user can potentially trigger the functionality associated with this handler, leading to unauthorized actions or data exposure if the handler performs sensitive operations.  The plugin's vulnerability history is clean, with no known CVEs, which is positive, but this should not be relied upon as a sole indicator of security, especially given the identified architectural flaw. The lack of nonce checks and capability checks further exacerbates the risk associated with the unprotected AJAX handler.\n\nIn conclusion, while the plugin avoids common pitfalls like raw SQL and insecure file operations, the single unprotected AJAX entry point is a severe vulnerability.  The complete absence of any form of authorization or validation on this critical pathway makes it a prime target for exploitation.  The clean vulnerability history is a hopeful sign but does not mitigate the immediate risks posed by the current code structure.  A strong emphasis should be placed on securing this AJAX handler before any further development or deployment.",[169,171,174,176],{"reason":170,"points":11},"AJAX handler without auth check",{"reason":172,"points":173},"Output not properly escaped",5,{"reason":175,"points":173},"Missing nonce checks on AJAX",{"reason":177,"points":173},"Missing capability checks on AJAX","2026-03-17T00:26:10.144Z",{"wat":180,"direct":185},{"assetPaths":181,"generatorPatterns":182,"scriptPaths":183,"versionParams":184},[],[],[],[],{"cssClasses":186,"htmlComments":187,"htmlAttributes":188,"restEndpoints":189,"jsGlobals":191,"shortcodeOutput":192},[],[],[],[190],"\u002Fwp-ajax-query\u002F",[],[]]