[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fUyXxBwmIkY6zEJHkybgCQM7GjJRsGqoP5BGPpJJwrz0":3,"$fcFOFHzlg08kjKzHBK1ZwgHdVboNRVuqaE8dV1fP1Z6w":175,"$ftuIIHv0isGd0D23nIAm9-8d5RJ937rVj6hZvSiXwCXU":180},{"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":16,"requires_php":17,"tags":18,"homepage":24,"download_link":25,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28,"discovery_status":29,"vulnerabilities":30,"developer":31,"crawl_stats":27,"alternatives":39,"analysis":138,"fingerprints":162},"inject-query-posts","Inject Query Posts","3.0.5","Scott Reilly","https:\u002F\u002Fprofiles.wordpress.org\u002Fcoffee2code\u002F","\u003Cp>This plugin provides a function for use by developers who have their own code for fetching posts according to a given criteria and now want to make use of loop-aware template tags to display those posts.\u003C\u002Fp>\n\u003Cp>WordPress’s template tags are intended to be used within ‘the loop’. The loop is managed by a WP_Query object which sets up various global variables and its own object variables for use by the various template tags. The primary purpose of a WP_Query object is to actually query the database for the posts that match the currently specified criteria. However, if you don’t need to query for posts since you already have them by some other means, you can still take advantage of the template tags by injecting those posts into the WP_Query via this plugin.\u003C\u002Fp>\n\u003Cp>Depending on the template tags you are looking to use, or the logic you are hoping to employ within a loop, you may need to manually configure some of the query object’s variables.\u003C\u002Fp>\n\u003Cp>Example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php \u002F\u002F Say we're in the sidebar\n\n\u002F\u002F We've gotten some post objects on our own.\n$posts = c2c_get_random_posts( 5, '' );\n\n\u002F\u002F Inject the posts\nc2c_inject_query_posts( $posts );\n\n\u002F\u002F Now let's display them via template tags:\nif ( have_posts() ) :\n    while ( have_posts() ) : the_post(); ?>\n\n        \u003Cli>\u003Ca href=\"\u003C?php the_permalink() ?>\" rel=\"bookmark\" title=\"Permanent Link to \u003C?php the_title_attribute(); ?>\">\u003C?php the_title(); ?>\u003C\u002Fa>\u003C\u002Fli>\n\n    \u003C?php endwhile;?>\n\u003C?php endif; ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Links: \u003Ca href=\"https:\u002F\u002Fcoffee2code.com\u002Fwp-plugins\u002Finject-query-posts\u002F\" rel=\"nofollow ugc\">Plugin Homepage\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Finject-query-posts\u002F\" rel=\"ugc\">Plugin Directory Page\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fcoffee2code\u002Finject-query-posts\u002F\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fcoffee2code.com\" rel=\"nofollow ugc\">Author Homepage\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Developer Documentation\u003C\u002Fh3>\n\u003Cp>Developer documentation can be found in \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fcoffee2code\u002Finject-query-posts\u002Fblob\u002Fmaster\u002FDEVELOPER-DOCS.md\" rel=\"nofollow ugc\">DEVELOPER-DOCS.md\u003C\u002Fa>. That documentation covers the template tag and hooks provided by the plugin.\u003C\u002Fp>\n\u003Cp>As an overview, this is the template tag provided by the plugin:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>c2c_inject_query_posts()\u003C\u002Fcode> : Template tag to inject an array of posts into a query object as if that query object had obtained those posts via a query.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>These are the hooks provided by the plugin:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>inject_query_posts_preserve_query_obj\u003C\u002Fcode> : Overrides the value of the \u003Ccode>$preserve_query_obj\u003C\u002Fcode> argument passed to the function. This is not typical usage for most users.\u003C\u002Fli>\n\u003Cli>\u003Ccode>c2c_inject_query_posts\u003C\u002Fcode> : Allows use of an alternative approach to safely invoke \u003Ccode>c2c_inject_query_posts()\u003C\u002Fcode> in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site.\u003C\u002Fli>\n\u003C\u002Ful>\n","Facilitates injecting an array of posts into a WP query object as if queried. Particularly useful to allow use of standard template tags.",10,5827,0,"2025-04-23T06:37:00.000Z","6.8.5","3.6","",[19,20,21,22,23],"loop","posts","query","template-tags","wp_query","https:\u002F\u002Fcoffee2code.com\u002Fwp-plugins\u002Finject-query-posts\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.3.0.5.zip",92,null,"2026-04-06T09:54:40.288Z","no_bundle",[],{"slug":32,"display_name":7,"profile_url":8,"plugin_count":33,"total_installs":34,"avg_security_score":35,"avg_patch_time_days":36,"trust_score":37,"computed_at":38},"coffee2code",63,91830,88,374,71,"2026-05-19T22:12:56.329Z",[40,63,84,102,118],{"slug":41,"name":42,"version":43,"author":44,"author_profile":45,"description":46,"short_description":47,"active_installs":48,"downloaded":49,"rating":50,"num_ratings":51,"last_updated":52,"tested_up_to":53,"requires_at_least":54,"requires_php":55,"tags":56,"homepage":59,"download_link":60,"security_score":37,"vuln_count":51,"unpatched_count":51,"last_vuln_date":61,"fetched_at":62},"wp-query-creator","WP Query Creator","1.0","Patel","https:\u002F\u002Fprofiles.wordpress.org\u002Ftarakpatel18\u002F","\u003Cp>This plugin lets you create new WP queries and use shortcodes for queries on your pages.\u003C\u002Fp>\n\u003Cp>WP query creator is the simplest way to build wp_query without writing a single line of code.\u003C\u002Fp>\n\u003Cp>Sometimes when you want to display a post or custom post loop middle of the page, you need to create a new page template OR create a new shortcode in functions.php. In this case, WP query creator is very helpful for you, just create a new WP query through this plugin and use this sort code in your page editor.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Farrowstacks.com\u002FwpTree\u002Fwp-query-creator\u002F\" rel=\"nofollow ugc\">DEMO\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fyoutu.be\u002FwFJJDOhUNJ4\" rel=\"nofollow ugc\">SCREEN RECORDING\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Col>\n\u003Cli>You can create multiple WP queries with different options\u003C\u002Fli>\n\u003Cli>Custom post type support\u003C\u002Fli>\n\u003Cli>Ascending or descending order and Sort retrieved posts\u003C\u002Fli>\n\u003Cli>Show posts associated with certain categories, taxonomies & tags\u003C\u002Fli>\n\u003Cli>Show posts based on a keyword search\u003C\u002Fli>\n\u003Cli>Admin option for update HTML\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>Support this plugin\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Contact me at tarakpatel18@gmail.com if you have any questions\u003Cbr \u002F>\nAnd don’t forget to rate this plugin if you like it.\u003Cbr \u002F>\nThank You\u003C\u002Fp>\n","WP Query Creator provides an interface for creating WP queries as shortcodes.",80,3482,60,1,"2025-03-01T11:46:00.000Z","6.5.8","5.0","7.1",[19,57,21,58,41],"post-query","wp-query","https:\u002F\u002Farrowstacks.com\u002FwpTree\u002Fwp-query-creator\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-query-creator.1.0.zip","2025-01-18 00:00:00","2026-04-16T10:56:18.058Z",{"slug":64,"name":65,"version":66,"author":67,"author_profile":68,"description":69,"short_description":70,"active_installs":71,"downloaded":72,"rating":73,"num_ratings":51,"last_updated":74,"tested_up_to":75,"requires_at_least":76,"requires_php":17,"tags":77,"homepage":81,"download_link":82,"security_score":83,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":62},"multiple-excerpt-lengths","Multiple Excerpt Lengths","1.2","Raaj Trambadia","https:\u002F\u002Fprofiles.wordpress.org\u002Fraajtram\u002F","\u003Cp>Do you have excerpts on multiple pages? Do you want to have them at different lengths?\u003C\u002Fp>\n\u003Cp>With the Multiple Excerpt Lengths plugin, you can now control the length (in words) of excerpts present at various different templates throughout your WordPress site.\u003C\u002Fp>\n\u003Cp>By default, \u003Cstrong>WordPress sets the length of excerpts at 55 words\u003C\u002Fstrong>. It is fairly simple to change this length – it only requires you to add a short piece of code to your functions.php file. However, once you add that code, it changes the length of \u003Cstrong>ALL\u003C\u002Fstrong> the excerpts present on your site, and you may not want that.\u003C\u002Fp>\n\u003Cp>For example, you might want to shorten the length of the excerpts on your Front Page where you have 3 recent blog posts displayed horizontally in columns but you might not want to change the length of the excerpts on your Blog Page (which may be displaying 10 of your recent posts).\u003C\u002Fp>\n\u003Cp>With this plugin, you’ll be able to change the length of excerpts present at various different locations throughout your site. By default, the plugin will keep the excerpts at 55 words. If you wish to change the length for a given page\u002Ftemplate, you can do so by specifying a number for the appropriate page\u002Ftemplate.\u003C\u002Fp>\n","Allows you to change the lengths of WordPress excerpts (the_excerpt) that are present at various pages\u002Ftemplates throughout your site.",70,4803,100,"2019-09-08T08:14:00.000Z","5.2.24","3.0.1",[78,79,80,23],"excerpt","excerpts","wp_loop","https:\u002F\u002Fraajtram.com\u002Fplugins\u002Fmel\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmultiple-excerpt-lengths.zip",85,{"slug":85,"name":86,"version":87,"author":88,"author_profile":89,"description":90,"short_description":91,"active_installs":11,"downloaded":92,"rating":73,"num_ratings":51,"last_updated":93,"tested_up_to":94,"requires_at_least":95,"requires_php":17,"tags":96,"homepage":99,"download_link":100,"security_score":83,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":101},"hiweb-soft-search","hiWeb Soft Search","2.0.0.0","Den Media","https:\u002F\u002Fprofiles.wordpress.org\u002Fden-media\u002F","\u003Ch4>ENG\u003C\u002Fh4>\n\u003Cp>For easy use, simply activate the plugin. Search page template search.php yourself will have to issue search relevance.\u003C\u002Fp>\n\u003Cp>Important! This plugin searches for data indexing, storing them in the meta data of each post. To generate (or re-generation) index of all posts, go to:\u003Cbr \u002F>\ntools \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> hiWeb Search Simple (like screenshot # 1)\u003Cbr \u002F>\nSelect the appropriate types of posts (which should participate in relevant search) and click on the button “Start ReGenerate Post Meta-Index”\u003C\u002Fp>\n\u003Ch4>RUS\u003C\u002Fh4>\n\u003Cp>Для простого использования, просто активируйте плагин. Страница поиска в шаблоне search.php самостоятельно будет выдавать уже поиск по релевантности.\u003C\u002Fp>\n\u003Cp>Важно! Плагин ищет по данным индексации, сохраняя их в мета данные каждого поста. Для генерации (или ре-генерации) индекса всех постов зайдите в:\u003Cbr \u002F>\nИнструменты \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> hiWeb Search Simple (как на скриншоте #1)\u003Cbr \u002F>\nВыделите необходимые типы постов (которые должны учавствовать в релевантном поиске) и кликните на кнопку “Start ReGenerate Post Meta-Index”\u003C\u002Fp>\n","Soft search. Analyzes the search query selects the most similar posts, sorted by relevance. Мягкий поиск. Анализирует поисковый запрос, подбирает пост &hellip;",1269,"2017-11-19T14:48:00.000Z","4.6.30","3.2",[20,21,97,98,23],"search","search-query","http:\u002F\u002Fhiweb.moscow\u002Fsearch-simple","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fhiweb-soft-search.zip","2026-03-15T15:16:48.613Z",{"slug":103,"name":104,"version":105,"author":106,"author_profile":107,"description":108,"short_description":109,"active_installs":11,"downloaded":110,"rating":13,"num_ratings":13,"last_updated":111,"tested_up_to":112,"requires_at_least":113,"requires_php":17,"tags":114,"homepage":17,"download_link":117,"security_score":83,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"query-editor","Query Editor","0.3.1","Robert O'Rourke","https:\u002F\u002Fprofiles.wordpress.org\u002Fsanchothefat\u002F","\u003Cp>Adds a simple set of options to modify the default query. Be careful, this affects all list type\u003Cbr \u002F>\npages on the site and not just the home page.\u003C\u002Fp>\n\u003Cp>You can:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Customise the post types used\u003C\u002Fli>\n\u003Cli>Exclude terms from any taxonomy\u003C\u002Fli>\n\u003Cli>Change the ordering\u003C\u002Fli>\n\u003Cli>Set an offset to skip posts\u003C\u002Fli>\n\u003Cli>Turn paging off\u003C\u002Fli>\n\u003Cli>Use a simple meta query\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Any problems, bugs or feature requests will be answered the quickest on twitter \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Fsanchothefat\" rel=\"nofollow ugc\">@sanchothefat\u003C\u002Fa>.\u003C\u002Fp>\n","Adds a simple set of options to modify the default query by changing what post types are used, the ordering and more.",2263,"2012-03-12T12:10:00.000Z","3.3.2","3.3",[115,116,19,20,21],"custom-post-types","editor","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquery-editor.0.3.1.zip",{"slug":119,"name":120,"version":121,"author":122,"author_profile":123,"description":124,"short_description":125,"active_installs":13,"downloaded":126,"rating":13,"num_ratings":13,"last_updated":127,"tested_up_to":128,"requires_at_least":129,"requires_php":130,"tags":131,"homepage":136,"download_link":137,"security_score":73,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"cherry-pick-for-query-loop","Cherry Pick for Query Loop","1.0.1","Tatsuya Saito","https:\u002F\u002Fprofiles.wordpress.org\u002Fsaito3110\u002F","\u003Cp>Cherry Pick for Query Loop extends the core Query Loop block with a post picking feature. Select specific posts and display them in any order you choose.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Pick specific posts to display in Query Loop block\u003C\u002Fli>\n\u003Cli>Search and select posts by title\u003C\u002Fli>\n\u003Cli>Display posts in your selected order\u003C\u002Fli>\n\u003Cli>Respects Query Loop filters (parent, category, keyword, etc.)\u003C\u002Fli>\n\u003Cli>Works with any post type\u003C\u002Fli>\n\u003Cli>Fully compatible with block themes\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>How it works\u003C\u002Fh4>\n\u003Col>\n\u003Cli>Add a Query Loop block to your page\u003C\u002Fli>\n\u003Cli>In the block settings sidebar, find the “Pick Posts” panel\u003C\u002Fli>\n\u003Cli>Search and select posts from the dropdown\u003C\u002Fli>\n\u003Cli>Posts will be displayed in the order you selected\u003C\u002Fli>\n\u003Cli>To return to default behavior, simply remove all selected posts\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>Note: When posts are selected, sorting and sticky post settings are ignored.\u003C\u002Fp>\n\u003Ch3>Source Code\u003C\u002Fh3>\n\u003Cp>Source code and build tools are available at:\u003Cbr \u002F>\nhttps:\u002F\u002Fgithub.com\u002Fsitutty\u002Fcherry-pick-for-query-loop\u003C\u002Fp>\n","Pick specific posts for Query Loop block and display them in your preferred order.",166,"2026-01-28T13:15:00.000Z","6.9.4","6.4","7.4",[132,133,134,20,135],"block-editor","cherry-pick","gutenberg","query-loop","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcherry-pick-for-query-loop\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcherry-pick-for-query-loop.1.0.1.zip",{"attackSurface":139,"codeSignals":150,"taintFlows":157,"riskAssessment":158,"analyzedAt":161},{"hooks":140,"ajaxHandlers":146,"restRoutes":147,"shortcodes":148,"cronEvents":149,"entryPointCount":13,"unprotectedCount":13},[141],{"type":142,"name":143,"callback":143,"priority":11,"file":144,"line":145},"filter","c2c_inject_query_posts","inject-query-posts.php",200,[],[],[],[],{"dangerousFunctions":151,"sqlUsage":152,"outputEscaping":154,"fileOperations":13,"externalRequests":13,"nonceChecks":13,"capabilityChecks":13,"bundledLibraries":156},[],{"prepared":13,"raw":13,"locations":153},[],{"escaped":13,"rawEcho":13,"locations":155},[],[],[],{"summary":159,"deductions":160},"Based on the provided static analysis and vulnerability history, the \"inject-query-posts\" v3.0.5 plugin exhibits an exceptionally strong security posture. The absence of any detected attack surface points, dangerous functions, or unsanitized taint flows is highly commendable. Furthermore, the plugin demonstrates excellent adherence to secure coding practices by utilizing prepared statements for all SQL queries and properly escaping all output. The complete lack of file operations, external HTTP requests, and the apparent robust implementation of security checks (though the analysis reports 0 capability checks and 0 nonce checks, the absence of these is often a result of a minimal attack surface making them unnecessary) further solidify this positive assessment.\n\nThe vulnerability history further reinforces this excellent security record, with no known CVEs, patched or unpatched, ever recorded for this plugin. This indicates a mature and well-maintained codebase that has likely undergone thorough security reviews or has benefited from a lack of historically exploitable flaws. The plugin's strengths lie in its minimal attack surface and strict adherence to secure coding principles for its identified entry points and operations.\n\nWhile the analysis presents an overwhelmingly positive security profile, the reporting of zero capability checks and zero nonce checks warrants a slight note of caution. In a plugin with a larger attack surface or more complex functionality, this would be a significant concern. However, given the reported zero entry points and zero unsanitized flows, it's plausible that the functionality of this plugin is so limited or its integration points are so controlled that these checks are not strictly necessary for its current implementation. Nonetheless, for future development or if the plugin's scope expands, ensuring these checks are in place for any new entry points would be prudent.",[],"2026-03-16T23:22:57.635Z",{"wat":163,"direct":168},{"assetPaths":164,"generatorPatterns":165,"scriptPaths":166,"versionParams":167},[],[],[],[],{"cssClasses":169,"htmlComments":170,"htmlAttributes":171,"restEndpoints":172,"jsGlobals":173,"shortcodeOutput":174},[],[],[],[],[],[],{"error":176,"url":177,"statusCode":178,"statusMessage":179,"message":179},true,"http:\u002F\u002Flocalhost\u002Fapi\u002Fplugins\u002Finject-query-posts\u002Fbundle",404,"no bundle for this plugin yet",{"slug":4,"current_version":6,"total_versions":181,"versions":182},23,[183,189,196,203,210,216,223,230,237,244,251,258,265,272,279,286,293,300,307,314,321,328,335],{"version":6,"download_url":25,"svn_tag_url":184,"released_at":27,"has_diff":185,"diff_files_changed":186,"diff_lines":27,"trac_diff_url":187,"vulnerabilities":188,"is_current":176},"https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F3.0.5\u002F",false,[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F3.0.4&new_path=%2Finject-query-posts%2Ftags%2F3.0.5",[],{"version":190,"download_url":191,"svn_tag_url":192,"released_at":27,"has_diff":185,"diff_files_changed":193,"diff_lines":27,"trac_diff_url":194,"vulnerabilities":195,"is_current":185},"3.0.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.3.0.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F3.0.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F3.0.3&new_path=%2Finject-query-posts%2Ftags%2F3.0.4",[],{"version":197,"download_url":198,"svn_tag_url":199,"released_at":27,"has_diff":185,"diff_files_changed":200,"diff_lines":27,"trac_diff_url":201,"vulnerabilities":202,"is_current":185},"3.0.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.3.0.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F3.0.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F3.0.2&new_path=%2Finject-query-posts%2Ftags%2F3.0.3",[],{"version":204,"download_url":205,"svn_tag_url":206,"released_at":27,"has_diff":185,"diff_files_changed":207,"diff_lines":27,"trac_diff_url":208,"vulnerabilities":209,"is_current":185},"3.0.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.3.0.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F3.0.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F3.0.1&new_path=%2Finject-query-posts%2Ftags%2F3.0.2",[],{"version":76,"download_url":211,"svn_tag_url":212,"released_at":27,"has_diff":185,"diff_files_changed":213,"diff_lines":27,"trac_diff_url":214,"vulnerabilities":215,"is_current":185},"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.3.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F3.0.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F3.0&new_path=%2Finject-query-posts%2Ftags%2F3.0.1",[],{"version":217,"download_url":218,"svn_tag_url":219,"released_at":27,"has_diff":185,"diff_files_changed":220,"diff_lines":27,"trac_diff_url":221,"vulnerabilities":222,"is_current":185},"3.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.3.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F3.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.2.9&new_path=%2Finject-query-posts%2Ftags%2F3.0",[],{"version":224,"download_url":225,"svn_tag_url":226,"released_at":27,"has_diff":185,"diff_files_changed":227,"diff_lines":27,"trac_diff_url":228,"vulnerabilities":229,"is_current":185},"2.2.9","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.2.9.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.2.9\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.2.8&new_path=%2Finject-query-posts%2Ftags%2F2.2.9",[],{"version":231,"download_url":232,"svn_tag_url":233,"released_at":27,"has_diff":185,"diff_files_changed":234,"diff_lines":27,"trac_diff_url":235,"vulnerabilities":236,"is_current":185},"2.2.8","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.2.8.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.2.8\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.2.7&new_path=%2Finject-query-posts%2Ftags%2F2.2.8",[],{"version":238,"download_url":239,"svn_tag_url":240,"released_at":27,"has_diff":185,"diff_files_changed":241,"diff_lines":27,"trac_diff_url":242,"vulnerabilities":243,"is_current":185},"2.2.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.2.7.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.2.7\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.2.6&new_path=%2Finject-query-posts%2Ftags%2F2.2.7",[],{"version":245,"download_url":246,"svn_tag_url":247,"released_at":27,"has_diff":185,"diff_files_changed":248,"diff_lines":27,"trac_diff_url":249,"vulnerabilities":250,"is_current":185},"2.2.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.2.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.2.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.2.5&new_path=%2Finject-query-posts%2Ftags%2F2.2.6",[],{"version":252,"download_url":253,"svn_tag_url":254,"released_at":27,"has_diff":185,"diff_files_changed":255,"diff_lines":27,"trac_diff_url":256,"vulnerabilities":257,"is_current":185},"2.2.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.2.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.2.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.2.4&new_path=%2Finject-query-posts%2Ftags%2F2.2.5",[],{"version":259,"download_url":260,"svn_tag_url":261,"released_at":27,"has_diff":185,"diff_files_changed":262,"diff_lines":27,"trac_diff_url":263,"vulnerabilities":264,"is_current":185},"2.2.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.2.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.2.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.2.3&new_path=%2Finject-query-posts%2Ftags%2F2.2.4",[],{"version":266,"download_url":267,"svn_tag_url":268,"released_at":27,"has_diff":185,"diff_files_changed":269,"diff_lines":27,"trac_diff_url":270,"vulnerabilities":271,"is_current":185},"2.2.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.2.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.2.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.2.2&new_path=%2Finject-query-posts%2Ftags%2F2.2.3",[],{"version":273,"download_url":274,"svn_tag_url":275,"released_at":27,"has_diff":185,"diff_files_changed":276,"diff_lines":27,"trac_diff_url":277,"vulnerabilities":278,"is_current":185},"2.2.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.2.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.2.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.2.1&new_path=%2Finject-query-posts%2Ftags%2F2.2.2",[],{"version":280,"download_url":281,"svn_tag_url":282,"released_at":27,"has_diff":185,"diff_files_changed":283,"diff_lines":27,"trac_diff_url":284,"vulnerabilities":285,"is_current":185},"2.2.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.2.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.2.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.2&new_path=%2Finject-query-posts%2Ftags%2F2.2.1",[],{"version":287,"download_url":288,"svn_tag_url":289,"released_at":27,"has_diff":185,"diff_files_changed":290,"diff_lines":27,"trac_diff_url":291,"vulnerabilities":292,"is_current":185},"2.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.1&new_path=%2Finject-query-posts%2Ftags%2F2.2",[],{"version":294,"download_url":295,"svn_tag_url":296,"released_at":27,"has_diff":185,"diff_files_changed":297,"diff_lines":27,"trac_diff_url":298,"vulnerabilities":299,"is_current":185},"2.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.0.5&new_path=%2Finject-query-posts%2Ftags%2F2.1",[],{"version":301,"download_url":302,"svn_tag_url":303,"released_at":27,"has_diff":185,"diff_files_changed":304,"diff_lines":27,"trac_diff_url":305,"vulnerabilities":306,"is_current":185},"2.0.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.0.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.0.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.0.4&new_path=%2Finject-query-posts%2Ftags%2F2.0.5",[],{"version":308,"download_url":309,"svn_tag_url":310,"released_at":27,"has_diff":185,"diff_files_changed":311,"diff_lines":27,"trac_diff_url":312,"vulnerabilities":313,"is_current":185},"2.0.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.0.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.0.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.0.3&new_path=%2Finject-query-posts%2Ftags%2F2.0.4",[],{"version":315,"download_url":316,"svn_tag_url":317,"released_at":27,"has_diff":185,"diff_files_changed":318,"diff_lines":27,"trac_diff_url":319,"vulnerabilities":320,"is_current":185},"2.0.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.0.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.0.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.0.2&new_path=%2Finject-query-posts%2Ftags%2F2.0.3",[],{"version":322,"download_url":323,"svn_tag_url":324,"released_at":27,"has_diff":185,"diff_files_changed":325,"diff_lines":27,"trac_diff_url":326,"vulnerabilities":327,"is_current":185},"2.0.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.0.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.0.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.0.1&new_path=%2Finject-query-posts%2Ftags%2F2.0.2",[],{"version":329,"download_url":330,"svn_tag_url":331,"released_at":27,"has_diff":185,"diff_files_changed":332,"diff_lines":27,"trac_diff_url":333,"vulnerabilities":334,"is_current":185},"2.0.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.0.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Finject-query-posts%2Ftags%2F2.0&new_path=%2Finject-query-posts%2Ftags%2F2.0.1",[],{"version":336,"download_url":337,"svn_tag_url":338,"released_at":27,"has_diff":185,"diff_files_changed":339,"diff_lines":27,"trac_diff_url":27,"vulnerabilities":340,"is_current":185},"2.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finject-query-posts.2.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Finject-query-posts\u002Ftags\u002F2.0\u002F",[],[]]