[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fLzOcFQLxqQTOWneC8-NLLaFyo6hg7gBPz-hBPgmt5B8":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":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":24,"download_link":25,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29,"vulnerabilities":30,"developer":31,"crawl_stats":28,"alternatives":39,"analysis":146,"fingerprints":191},"subpage-listing","Subpage Listing","0.6.2","Mark Jaquith","https:\u002F\u002Fprofiles.wordpress.org\u002Fmarkjaquith\u002F","\u003Cp>Subpage Listing allows you to take full advantage of WordPress Pages’ hierarchy by generating a navigational tree of the pages below them (subpages).\u003C\u002Fp>\n\u003Cp>For example, say you have a parent page called “Parent.” Now, say you have 3 pages under “Parent,” called “Child1,” “Child2,” and “Child3.” Now, say that you have 2 pages under “Child2” called “Grandchild1” and “Grandchild2.”\u003C\u002Fp>\n\u003Cp>Subpage Listing would create a navigation tree for “Parent” that looks like this:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Child1\u003C\u002Fli>\n\u003Cli>Child2\n\u003Cul>\n\u003Cli>Grandchild1\u003C\u002Fli>\n\u003Cli>Grandchild2\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>Child3\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This allows you to very easily create a complex hierarchical structure that can be browsed.\u003C\u002Fp>\n\u003Ch3>Advanced Usage\u003C\u002Fh3>\n\u003Cp>Blank pages will automatically be given a navigation tree. This allows you to quickly create “container” pages (all you do is fill in a title, and choose the page’s parent.)\u003C\u002Fp>\n\u003Cp>If you would like to insert the navigational tree manually (that is, surrounded by text of your choosing), use the “Subpage Listing” quicktag that will show up on the Write Page screen (sorry, no RTE support at this time). This will insert the tag: \u003C!--%subpages%--> which will be replaced by the listing of the subpages.\u003C\u002Fp>\n\u003Cp>Note: when inserting the tag manually, make sure that there is a blank line both above and below the tag, so as to ensure proper handling of your surrounding paragraphs by WordPress.\u003C\u002Fp>\n\u003Cp>Version 0.6 was a massive update that added a bunch of new functionality. The ability to show the current page’s parent has been added, as well as the ability to show the current page’s siblings. You can also suppress the showing of children, and show only siblings, parents, or both. To use these features within a post, use this syntax: \u003C!--%subpages(5,1,1)%--> The first “parameter” is the depth you want to show. You can set this to 0 to suppress display of children. The second “parameter” is a boolean switch for display of the parent page. The third “parameter” is a boolean switch for display of sibling pages. All are optional, although if you want to set the second “parameter”, you also have to set the first, and if you want to set the third, you have to set all three.\u003C\u002Fp>\n\u003Cp>There is also a new function for use in your templates. Many people wanted to show subpages or siblings in their sidebar, so now you can do that. \u003Ccode>\u003C?php txfx_wp_subpages(); ?>\u003C\u002Fcode> is the most basic form, but it can take many parameters.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php txfx_wp_subpages(5, false, false, '\u003Cul>', '\u003C\u002Ful>', true); ?> will show 5 pages deep (first parameter), hide the parent (second parameter), hide the siblings (third parameter), wrap the whole thing in '\u003Cul>' and '\u003C\u002Ful>' (fourth and fifth parameters), and will echo the result (sixth parameter). These happen to be the default settings, that I have just illustrated.\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Allows you to display a list of the child pages of the currently viewed page.",200,27142,76,4,"2012-05-16T04:26:00.000Z","2.1.2","2.0","",[20,21,22,23],"hierarchy","pages","subpages","tree","http:\u002F\u002Ftxfx.net\u002Fcode\u002Fwordpress\u002Fsubpage-listing\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsubpage-listing.0.6.2.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"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},"markjaquith",29,176350,86,3337,69,"2026-04-04T06:48:29.586Z",[40,58,83,106,128],{"slug":41,"name":42,"version":43,"author":44,"author_profile":45,"description":46,"short_description":47,"active_installs":48,"downloaded":49,"rating":48,"num_ratings":50,"last_updated":51,"tested_up_to":52,"requires_at_least":53,"requires_php":18,"tags":54,"homepage":56,"download_link":57,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"wenderhost-subpages-widget","WenderHost Subpages Widget","1.5.3","thewebist","https:\u002F\u002Fprofiles.wordpress.org\u002Fthewebist\u002F","\u003Cp>A widget for displaying a list of subpage links. The list remains consistent regardless of where you are in the hierarchy.\u003C\u002Fp>\n\u003Cp>Other features include:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Widget displays only on pages with subpages or on subpages.\u003C\u002Fli>\n\u003Cli>List title is a link to the main page parent.\u003C\u002Fli>\n\u003Cli>You can specify the link text for the list title, or you can completely hide it.\u003C\u002Fli>\n\u003Cli>Sort subpages by \u003Cem>Menu Order\u003C\u002Fem> or \u003Cem>Page Title\u003C\u002Fem>.\u003C\u002Fli>\n\u003Cli>Specify the depth of pages shown (all in hierarchy, all in flat list, 1 level, 2 levels, etc.)\u003C\u002Fli>\n\u003Cli>Presentation utilizes minimal markup to allow for easy styling via your theme’s CSS.\u003C\u002Fli>\n\u003C\u002Ful>\n","A widget for displaying a list of subpage links. The list remains consistent regardless of where you are in the hierarchy.",100,12474,1,"2010-09-15T19:35:00.000Z","3.0.5","2.8",[20,22,55],"widget","http:\u002F\u002Fwww.wenderhost.com\u002Ftools\u002Fwordpress-plugins\u002Fwenderhost-subpages-widget\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwenderhost-subpages-widget.zip",{"slug":59,"name":60,"version":61,"author":62,"author_profile":63,"description":64,"short_description":65,"active_installs":66,"downloaded":67,"rating":68,"num_ratings":69,"last_updated":70,"tested_up_to":71,"requires_at_least":72,"requires_php":73,"tags":74,"homepage":79,"download_link":80,"security_score":35,"vuln_count":81,"unpatched_count":27,"last_vuln_date":82,"fetched_at":29},"wp-nested-pages","Nested Pages","3.2.13","Kyle Phillips","https:\u002F\u002Fprofiles.wordpress.org\u002Fkylephillips\u002F","\u003Cp>\u003Cstrong>Why use Nested Pages?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Provides a simple & intuitive drag and drop interface for managing your page structure and post ordering\u003C\u002Fli>\n\u003Cli>Enhanced quick edit functionality\u003C\u002Fli>\n\u003Cli>Adds an editable, sortable tree view of your site’s page structure\u003C\u002Fli>\n\u003Cli>Automatically generates a native WordPress menu that matches your page structure\u003C\u002Fli>\n\u003Cli>A way to quickly add multiple pages & posts (ideal for development)\u003C\u002Fli>\n\u003Cli>Works with any post type\u003C\u002Fli>\n\u003Cli>Works on touch-enabled devices\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For more information visit \u003Ca href=\"http:\u002F\u002Fnestedpages.com\" rel=\"nofollow ugc\">nestedpages.com\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>For development inquiries or to submit security notices, please visit the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fkylephillips\u002Fwp-nested-pages\" rel=\"nofollow ugc\">Github repository\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Important: Nested Pages requires WordPress version 3.8 or higher, and PHP version 5.4 or higher.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Languages:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Danish (Thomas Blomberg)\u003C\u002Fli>\n\u003Cli>Dutch (Arno Vije)\u003C\u002Fli>\n\u003Cli>English\u003C\u002Fli>\n\u003Cli>Finnish (Roni Laukkarinen)\u003C\u002Fli>\n\u003Cli>French (Nico Mollet)\u003C\u002Fli>\n\u003Cli>German\u002FSwiss German (Bartosz Podlewski)\u003C\u002Fli>\n\u003Cli>Italian (Francesco Canovi)\u003C\u002Fli>\n\u003Cli>Portuguese (Luis Martins)\u003C\u002Fli>\n\u003Cli>Russian (Алексей Катаев)\u003C\u002Fli>\n\u003Cli>Spanish (Raúl Martínez)\u003C\u002Fli>\n\u003Cli>Swedish (Marcus Forsberg)\u003C\u002Fli>\n\u003Cli>Turkish (Yuksel Beyti)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>More Information\u003C\u002Fh3>\n\u003Ch4>Generated Menu\u003C\u002Fh4>\n\u003Cp>The default menu generated automatically is named “Nested Pages”. You may rename the menu under Appearance > Menus, or under the Nested Pages settings.\u003C\u002Fp>\n\u003Ch4>Toggling the Page Tree\u003C\u002Fh4>\n\u003Cp>To toggle the child pages in and out of view, click the arrow to the left of a parent page. To quickly expand and collapse all pages, click the button in the upper right corner of the Nested Pages Screen.\u003C\u002Fp>\n\u003Ch4>Theme Use\u003C\u002Fh4>\n\u003Cp>To order by nested pages ordering in your theme, use the \u003Ccode>menu_order\u003C\u002Fcode> order option in your queries.\u003C\u002Fp>\n\u003Ch4>Hiding Pages from the Tree View\u003C\u002Fh4>\n\u003Cp>To hide a page from the tree view, open the quick edit form, select the option to “Hide in Nested Pages” and click Update to save the change.\u003C\u002Fp>\n\u003Cp>To toggle the page back into view, click the “Show Hidden Pages” link at the top of the screen. The hidden pages are now visible, and can be re-edited to be shown.\u003C\u002Fp>\n\u003Ch4>Sorting Pages\u003C\u002Fh4>\n\u003Cp>To sort pages, hover over the page row. A menu icon (three lines) will appear. Click (or tap) this icon and drag to reorder within the menu. To drag a page underneath another, drag the page to the right and underneath the target parent. Visual indication is provided with an indentation. The drag and drop functionality works similarly to WordPress menus.\u003C\u002Fp>\n\u003Ch4>Menu Sync\u003C\u002Fh4>\n\u003Cp>After installing Nested Pages, a new menu will be available with the name \u003Ccode>Nested Pages\u003C\u002Fcode>. By default, menu syncing is enabled. To disable the sync, uncheck “Sync Menu” at the top of the Nested Pages screen. Recheck the box to enable it again and to run the sync.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Saving Performance:\u003C\u002Fstrong> If your site has a very large number of pages, disabling page sync may help speed up the save time when using Nested Pages.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Editing the generated menu:\u003C\u002Fstrong> Any manual changes made to the menu outside of the Nested Pages interface will be overwritten after the synchronization runs.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Hiding Pages in the Menu:\u003C\u002Fstrong> To hide a page from the Nested Pages menu, click “Quick Edit” on it’s row, select “Hide in Nav Menu”, and click “update”. If menu sync is disabled, enable it now to sync the setting. Hidden pages are marked “(Hidden)”. If a page with child pages is hidden from the menu, all of it’s child pages will also be hidden.\u003C\u002Fp>\n\u003Ch4>WPML Compatibility\u003C\u002Fh4>\n\u003Cp>As of version 2.0.1, some features of Nested Pages are compatible with WPML. There are some important exceptions to take note of before upgrading to version 2 if WPML is installed, or if installing WPML on an existing Nested Pages enabled site.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>WPML and menu support:\u003C\u002Fstrong> Certain features within Nested Pages are disabled if WPML is installed and enabled. This is due to the complexity of menu synchronization across languages. While automatic menu sync remains available for the site’s primary language, additional languages must be synchronized using WPML’s menu synchronization methods. If menu sync is enabled within Nested Pages, a “Sync WPML Menus” link is available on non-primary language screens for convenience.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Custom Links:\u003C\u002Fstrong> Custom links within Nested Pages are disabled on installs with WPML. Custom links may be added through the traditional Appearance > Menus interface. This ensures that WPML menus synchronize successfully across languages.\u003C\u002Fp>\n\u003Ch4>Filters\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ccode>the_title($title, $post_id, $view)\u003C\u002Fcode> – Standard title filter. Applied to the title displayed in the nested interface. A third paramater, $view, is passed to check if the current title is being displayed in the nested view.\u003C\u002Fli>\n\u003Cli>\u003Ccode>nestedpages_thumbnail($image, $post)\u003C\u002Fcode> – Customize the thumbnail for each page\u002Fpost. Note: Thumbnails must be enabled for the post type.\u003C\u002Fli>\n\u003Cli>\u003Ccode>nestedpages_thumbnail_fallback($image, $post)\u003C\u002Fcode> – Customize the thumbnail fallback for each page\u002Fpost (if the post does not have a featured image). Note: Thumbnails must be enabled for the post type.\u003C\u002Fli>\n\u003Cli>\u003Ccode>nestedpages_edit_link($link, $post)\u003C\u002Fcode> – Customize the “edit” link for each page\u002Fpost in the nested interface.\u003C\u002Fli>\n\u003Cli>\u003Ccode>nestedpages_edit_link_text($text, $post)\u003C\u002Fcode> – Customize the “edit” link text for each page\u002Fpost in the nested interface.\u003C\u002Fli>\n\u003Cli>\u003Ccode>nestedpages_view_link($link, $post)\u003C\u002Fcode> – Customize the “view” button link for each page\u002Fpost in the nested interface.\u003C\u002Fli>\n\u003Cli>\u003Ccode>nestedpages_view_link_text($text, $post)\u003C\u002Fcode> – Customize the “view” button text for each page\u002Fpost in the nested interface.\u003C\u002Fli>\n\u003C\u002Ful>\n","Nested Pages provides a drag and drop interface for managing pages & posts in the WordPress admin, while maintaining quick edit functionality.",90000,2231824,94,125,"2025-02-11T22:05:00.000Z","6.7.5","3.8","5.4",[75,76,77,21,78],"admin","nested","page-tree","tree-view","http:\u002F\u002Fnestedpages.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-nested-pages.3.2.13.zip",10,"2025-03-02 00:00:00",{"slug":84,"name":85,"version":86,"author":87,"author_profile":88,"description":89,"short_description":90,"active_installs":91,"downloaded":92,"rating":93,"num_ratings":94,"last_updated":95,"tested_up_to":96,"requires_at_least":72,"requires_php":18,"tags":97,"homepage":101,"download_link":102,"security_score":103,"vuln_count":104,"unpatched_count":27,"last_vuln_date":105,"fetched_at":29},"cms-tree-page-view","CMS Tree Page View","1.6.8","Pär Thernström","https:\u002F\u002Fprofiles.wordpress.org\u002Feskapism\u002F","\u003Cp>Adds a CMS-like tree overview of all your pages and custom posts to WordPress – much like the view often found in a page-focused CMS.\u003C\u002Fp>\n\u003Cp>Also check out \u003Ca href=\"https:\u002F\u002Forganizewp.com\u002F?utm_campaign=migrate&utm_source=cmstpv&utm_medium=readme&utm_content=desclink\" rel=\"nofollow ugc\">OrganizeWP\u003C\u002Fa> if your goal is to incorporate multiple content types into a single view!\u003C\u002Fp>\n\u003Cp>Within this tree you can edit pages, view pages, add pages, search pages, and drag and drop pages to rearrange the order.\u003C\u002Fp>\n\u003Cp>CMS Tree Page View is a good alternative to plugins such as pageMash, WordPress Page Tree and My Page Order. For \u003Cstrong>multiple content types\u003C\u002Fstrong> and other new features check out \u003Ca href=\"https:\u002F\u002Forganizewp.com\u002F?utm_campaign=migrate&utm_source=cmstpv&utm_medium=readme&utm_content=desclink\" rel=\"nofollow ugc\">OrganizeWP\u003C\u002Fa> as well.\u003C\u002Fp>\n\u003Cp>Page management in WordPress won’t get any easier than this!\u003C\u002Fp>\n\u003Ch4>Features and highlights:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>View your pages & posts in a tree-view, like you view files in Windows Explorer or the Finder in OS X\u003C\u002Fli>\n\u003Cli>Drag and drop to rearrange\u002Forder your pages\u003C\u002Fli>\n\u003Cli>Add pages after or inside a page\u003C\u002Fli>\n\u003Cli>Add multiple pages at once – perfect for setting up a new site structure\u003C\u002Fli>\n\u003Cli>Edit pages\u003C\u002Fli>\n\u003Cli>View pages\u003C\u002Fli>\n\u003Cli>Search pages\u003C\u002Fli>\n\u003Cli>Available for both regular pages and custom posts\u003C\u002Fli>\n\u003Cli>Works with both hierarchical and non-hierarchical post types\u003C\u002Fli>\n\u003Cli>View your site hierarchy directly from the WordPress dashboard\u003C\u002Fli>\n\u003Cli>Drag and drop between trees with different post types to change to post type of the draged item, i.e. change a regular page to became any custom post type\u003C\u002Fli>\n\u003Cli>Support for translation plugin \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fsitepress-multilingual-cms\u002F\" rel=\"ugc\">WPML\u003C\u002Fa>, so you can manage all the languages of your site\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Show your pages on your site in the same order as they are in CMS Tree Page View\u003C\u002Fh4>\n\u003Cp>To show your pages on your website in the same order as they appear in this plugin, you must\u003Cbr \u002F>\nsort them by “menu order”.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F Example using query_posts\n$args = array(\n  'post_type' => 'page',\n  'orderby'=> 'menu_order',\n  'order'=>'ASC',\n);\n$posts = query_posts($args);\n\n\u002F\u002F Example using wp_query\n$args = array(\n    'post_type' => 'page',\n    'orderby' => 'menu_order',\n    'order' => 'ASC',\n);\n$query = new WP_Query( $args );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Screencast\u003C\u002Fh4>\n\u003Cp>(An updated screencast is coming soon!)\u003C\u002Fp>\n\u003Cp>Watch this screencast to see how easy you could be managing your pages:\u003Cbr \u002F>\n\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\u002FH4BGomLi_FU?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>Translations\u002FLanguages\u003C\u002Fh4>\n\u003Cp>This plugin is available in the following languages:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>English\u003C\u002Fli>\n\u003Cli>German\u003C\u002Fli>\n\u003Cli>French\u003C\u002Fli>\n\u003Cli>Spanish\u003C\u002Fli>\n\u003Cli>Russian\u003C\u002Fli>\n\u003Cli>Belorussian\u003C\u002Fli>\n\u003Cli>Swedish\u003C\u002Fli>\n\u003Cli>Czech\u003C\u002Fli>\n\u003Cli>Italian\u003C\u002Fli>\n\u003Cli>Dutch\u003C\u002Fli>\n\u003Cli>Hungarian\u003C\u002Fli>\n\u003Cli>Norwegian\u003C\u002Fli>\n\u003Cli>Polish\u003C\u002Fli>\n\u003Cli>Greek\u003C\u002Fli>\n\u003Cli>Danish\u003C\u002Fli>\n\u003Cli>Lithuanian\u003C\u002Fli>\n\u003Cli>Estonian\u003C\u002Fli>\n\u003Cli>Finnish\u003C\u002Fli>\n\u003Cli>Japanese\u003C\u002Fli>\n\u003Cli>Ukrainian, by \u003Ca href=\"http:\u002F\u002Fgetvoip.com\" rel=\"nofollow ugc\">getvoip.com\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Slovak\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Always show your pages in the admin area\u003C\u002Fh4>\n\u003Cp>If you want to always have a list of your pages available in your WordPress admin area, please check out the plugin\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fadmin-menu-tree-page-view\u002F\" rel=\"ugc\">Admin Menu Tree Page View\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Donation and more plugins\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Check out my other plugin \u003Ca href=\"http:\u002F\u002Fsimple-history.com\u002F\" rel=\"nofollow ugc\">Simple History\u003C\u002Fa> if you want to see a log of changes in your WordPress admin. With Simple History you can see login attempts (both failed and sucessful), page changes, plugin updated, and more. It’s a great way to view user actions on your site!\u003C\u002Fli>\n\u003Cli>If you like this plugin don’t forget to \u003Ca href=\"http:\u002F\u002Feskapism.se\u002Fsida\u002Fdonate\u002F\" rel=\"nofollow ugc\">donate to support further development\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Ful>\n","Adds a tree view of all pages & custom posts. Get a great overview + options to drag & drop to reorder & option to add multiple pages.",50000,1581035,98,360,"2024-04-12T12:25:00.000Z","6.5.0",[98,99,21,100,23],"custom-posts","page","posts","https:\u002F\u002Fgithub.com\u002Fjchristopher\u002Fcms-tree-page-view","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcms-tree-page-view.1.6.8.zip",91,3,"2023-04-20 00:00:00",{"slug":107,"name":108,"version":109,"author":110,"author_profile":111,"description":112,"short_description":113,"active_installs":114,"downloaded":115,"rating":68,"num_ratings":116,"last_updated":117,"tested_up_to":118,"requires_at_least":119,"requires_php":18,"tags":120,"homepage":124,"download_link":125,"security_score":126,"vuln_count":104,"unpatched_count":27,"last_vuln_date":127,"fetched_at":29},"page-list","Page-list","5.9","webvitaly","https:\u002F\u002Fprofiles.wordpress.org\u002Fwebvitaly\u002F","\u003Cul>\n\u003Cli>\u003Cstrong>\u003Ca href=\"http:\u002F\u002Fweb-profile.net\u002Fwordpress\u002Fplugins\u002Fpage-list\u002F\" title=\"Plugin page\" rel=\"nofollow ugc\">Page-list\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fpage-list\u002Fother_notes\u002F\" title=\"Page-list params\" rel=\"ugc\">all Page-list params\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"http:\u002F\u002Fweb-profile.net\u002Fdonate\u002F\" title=\"Support the development\" rel=\"nofollow ugc\">Donate\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fwebvitalii\u002Fpage-list\" title=\"Fork\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>shortcodes:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>[pagelist]\u003C\u002Fstrong> – hierarchical tree of all pages on site (useful to show sitemap of the site);\u003C\u002Fli>\n\u003Cli>\u003Cstrong>[subpages]\u003C\u002Fstrong> – hierarchical tree of subpages to the current page;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>[siblings]\u003C\u002Fstrong> – hierarchical tree of sibling pages to the current page;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>[pagelist_ext]\u003C\u002Fstrong> – list of pages with featured image and with excerpt;\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>examples with aditional parameters:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ccode>[pagelist child_of=\"4\" depth=\"2\" exclude=\"6,7,8\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>[pagelist_ext child_of=\"4\" exclude=\"6,7,8\" image_width=\"50\" image_height=\"50\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fpage-list\u002Fother_notes\u002F\" title=\"Page-list params\" rel=\"ugc\">all Page-list params\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Parameters for [pagelist], [subpages] and [siblings]:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>[pagelist]\u003C\u002Fstrong> – list of all pages as the hierarchical list;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>[subpages]\u003C\u002Fstrong> – list of subpages to the current page as the hierarchical list; Same as: \u003Ccode>[pagelist child_of=\"current\"]\u003C\u002Fcode>;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>[siblings]\u003C\u002Fstrong> – list of sibling pages to the current page as the hierarchical list; Same as: \u003Ccode>[pagelist child_of=\"parent\"]\u003C\u002Fcode>;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>depth\u003C\u002Fstrong> – how many levels in the hierarchy of pages are to be included in the list: \u003Ccode>[pagelist depth=\"3\"]\u003C\u002Fcode>; by default depth is unlimited (depth=”0″); Displays pages at any depth and arranges them in a flat list: \u003Ccode>[pagelist depth=\"-1\"]\u003C\u002Fcode>;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>child_of\u003C\u002Fstrong> – displays the sub-pages of a single Page by ID: \u003Ccode>[pagelist child_of=\"4\"]\u003C\u002Fcode>;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>exclude\u003C\u002Fstrong> – define a comma-separated list of Page IDs to be excluded from the list: \u003Ccode>[pagelist exclude=\"6,7,8\"]\u003C\u002Fcode>; You may exclude current page: \u003Ccode>[pagelist exclude=\"current\"]\u003C\u002Fcode>;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>exclude_tree\u003C\u002Fstrong> – define a comma-separated list of parent Page IDs and all its subpages to be excluded: \u003Ccode>[pagelist exclude_tree=\"7,10\"]\u003C\u002Fcode>;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>include\u003C\u002Fstrong> – include a comma-separated list of Page IDs into the list: \u003Ccode>[pagelist include=\"6,7,8\"]\u003C\u002Fcode>;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>title_li\u003C\u002Fstrong> – set the text and style of the Page list’s heading: \u003Ccode>[pagelist title_li=\"\u003Ch2>List of pages\u003C\u002Fh2>\"]\u003C\u002Fcode>; by default there is no title (title_li=””);\u003C\u002Fli>\n\u003Cli>\u003Cstrong>authors\u003C\u002Fstrong> – only include pages authored by the authors in this comma-separated list of author IDs: \u003Ccode>[pagelist authors=\"2,5\"]\u003C\u002Fcode>; by default all authors are included (authors=””);\u003C\u002Fli>\n\u003Cli>\u003Cstrong>number\u003C\u002Fstrong> – sets the number of pages to display: \u003Ccode>[pagelist number=\"10\"]\u003C\u002Fcode>; by default the number is unlimited (number=””);\u003C\u002Fli>\n\u003Cli>\u003Cstrong>offset\u003C\u002Fstrong> – the number of pages to pass over (or displace) before collecting the set of pages: \u003Ccode>[pagelist offset=\"5\"]\u003C\u002Fcode>; by default there is no offset (offset=””);\u003C\u002Fli>\n\u003Cli>\u003Cstrong>post_type\u003C\u002Fstrong> – list associated with a certain hierarchical Post Type \u003Ccode>[pagelist post_type=\"page\"]\u003C\u002Fcode>; by default: (post_type=”page”); possible values: page, revision, Hierarchical Custom Post Types (‘post’ is not a Hierarchical Post Type);\u003C\u002Fli>\n\u003Cli>\u003Cstrong>post_status\u003C\u002Fstrong> – a comma-separated list of all post status types: \u003Ccode>[pagelist post_status=\"private\"]\u003C\u002Fcode>; by default: (post_status=”publish”); possible values: publish, private, draft;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>meta_key\u003C\u002Fstrong> and \u003Cstrong>meta_value\u003C\u002Fstrong> – only include the pages that have this Custom Field Key and this Custom Field Value: \u003Ccode>[pagelist meta_key=\"metakey\" meta_value=\"metaval\"]\u003C\u002Fcode>;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>show_date\u003C\u002Fstrong> – display creation or last modified date next to each Page: \u003Ccode>[pagelist show_date=\"created\"]\u003C\u002Fcode>; possible values: created, modified, updated;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>date_format\u003C\u002Fstrong> – the format of the Page date set by the show_date parameter: \u003Ccode>[pagelist date_format=\"l, F j, Y\"]\u003C\u002Fcode>; by default use the date format configured in your WordPress options;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>sort_column\u003C\u002Fstrong> – sort the list of pages by column: \u003Ccode>[pagelist sort_column=\"menu_order\"]\u003C\u002Fcode>; by default: (sort_column=”menu_order, post_title”); possible values: post_title, menu_order, post_date (sort by creation time), post_modified, ID, post_author, post_name (sort by page slug);\u003C\u002Fli>\n\u003Cli>\u003Cstrong>sort_order\u003C\u002Fstrong> – the sort order of the list of pages (either ascending or descending): \u003Ccode>[pagelist sort_order=\"desc\"]\u003C\u002Fcode>; by default: (sort_order=”asc”); possible values: asc, desc;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>link_before\u003C\u002Fstrong> – sets the text or html that precedes the link text inside link tag: \u003Ccode>[pagelist link_before=\"\u003Cspan>\"]\u003C\u002Fcode>; you may specify html tags only in the \u003Ccode>HTML\u003C\u002Fcode> tab in your Rich-text editor;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>link_after\u003C\u002Fstrong> – sets the text or html that follows the link text inside link tag: \u003Ccode>[pagelist link_after=\"\u003C\u002Fspan>\"]\u003C\u002Fcode>; you may specify html tags only in the \u003Ccode>HTML\u003C\u002Fcode> tab in your Rich-text editor;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>class\u003C\u002Fstrong> – the CSS class for list of pages: \u003Ccode>[pagelist class=\"listclass\"]\u003C\u002Fcode>; by default the class is empty (class=””);\u003C\u002Fli>\n\u003Cli>columns – for splitting list of pages into columns: \u003Ccode>[pagelist class=\"page-list-cols-2\"]\u003C\u002Fcode>; available classes: page-list-cols-2, page-list-cols-3, page-list-cols-4, page-list-cols-5; works in all modern browsers and IE10+; columns are responsive and become 1 column at less than 768px;\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>More \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FFunction_Reference\u002Fwp_list_pages#Parameters\" rel=\"nofollow ugc\">info about params\u003C\u002Fa> for [pagelist], [subpages], [siblings].\u003C\u002Fp>\n\u003Ch4>Parameters for [pagelist_ext]:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>[pagelist_ext]\u003C\u002Fstrong> – by default shows list of subpages to current page; but if there is no subpages than all pages will be shown;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>show_image\u003C\u002Fstrong> – show or hide featured image \u003Ccode>[pagelist_ext show_image=\"0\"]\u003C\u002Fcode>; “show_image” have higher priority than “show_first_image”; by default: show_image=”1″;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>show_first_image\u003C\u002Fstrong> – show or hide first image from content if there is no featured image \u003Ccode>[pagelist_ext show_first_image=\"1\"]\u003C\u002Fcode>; by default: show_first_image=”0″;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>show_title\u003C\u002Fstrong> – show or hide title \u003Ccode>[pagelist_ext show_title=\"0\"]\u003C\u002Fcode>; by default: show_title=”1″;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>show_content\u003C\u002Fstrong> – show or hide content \u003Ccode>[pagelist_ext show_content=\"0\"]\u003C\u002Fcode>; by default: show_content=”1″;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>more_tag\u003C\u002Fstrong> – output all content before and after more tag: \u003Ccode>[pagelist_ext more_tag=\"0\"]\u003C\u002Fcode>; this parameter does not add “more-link” to the end of content, it just cut content before more-tag; “more_tag” parameter have higher priority than “limit_content”; by default the more_tag is enabled (more_tag=”1″) and showing only content before more tag;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>limit_content\u003C\u002Fstrong> – content is limited by “more-tag” if it is exist or by “limit_content” parameter \u003Ccode>[pagelist_ext limit_content=\"100\"]\u003C\u002Fcode>; by default: limit_content=”250″;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>image_width\u003C\u002Fstrong> – width of the image \u003Ccode>[pagelist_ext image_width=\"80\"]\u003C\u002Fcode>; by default: image_width=”50″;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>image_height\u003C\u002Fstrong> – height of the image \u003Ccode>[pagelist_ext image_height=\"80\"]\u003C\u002Fcode>; by default: image_height=”50″;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>child_of\u003C\u002Fstrong> – displays the sub-pages of a single Page by ID: \u003Ccode>[pagelist_ext child_of=\"4\"]\u003C\u002Fcode>; by default it shows subpages to the current page;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>parent\u003C\u002Fstrong> – list those pages that have the provided single page only ID as parent: \u003Ccode>[pagelist_ext parent=\"4\"]\u003C\u002Fcode>; by default parent=”-1″ and depth is unlimited;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>sort_column\u003C\u002Fstrong> – sort the list of pages by column: \u003Ccode>[pagelist_ext sort_column=\"menu_order\"]\u003C\u002Fcode>; by default: (sort_column=”menu_order, post_title”); possible values: post_title, menu_order, post_date (sort by creation time), post_modified, ID, post_author, post_name (sort by page slug);\u003C\u002Fli>\n\u003Cli>\u003Cstrong>sort_order\u003C\u002Fstrong> – the sort order of the list of pages (either ascending or descending): \u003Ccode>[pagelist_ext sort_order=\"desc\"]\u003C\u002Fcode>; by default: (sort_order=”asc”); possible values: asc, desc;* \u003Cstrong>hierarchical\u003C\u002Fstrong> – display subpages below their parent page \u003Ccode>[pagelist_ext hierarchical=\"0\"]\u003C\u002Fcode>; by default: hierarchical=”1″;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>hierarchical\u003C\u002Fstrong> – display subpages below their parent page \u003Ccode>[pagelist_ext hierarchical=\"0\"]\u003C\u002Fcode>; by default: hierarchical=”1″;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>exclude\u003C\u002Fstrong> – define a comma-separated list of Page IDs to be excluded from the list: \u003Ccode>[pagelist_ext exclude=\"6,7,8\"]\u003C\u002Fcode>;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>exclude_tree\u003C\u002Fstrong> – define a comma-separated list of parent Page IDs and all its subpages to be excluded: \u003Ccode>[pagelist_ext exclude_tree=\"7,10\"]\u003C\u002Fcode>;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>include\u003C\u002Fstrong> – include a comma-separated list of Page IDs into the list: \u003Ccode>[pagelist_ext include=\"6,7,8\"]\u003C\u002Fcode>;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>meta_key\u003C\u002Fstrong> and \u003Cstrong>meta_value\u003C\u002Fstrong> – only include the pages that have this Custom Field Key and this Custom Field Value: \u003Ccode>[pagelist_ext meta_key=\"metakey\" meta_value=\"metaval\"]\u003C\u002Fcode>;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>authors\u003C\u002Fstrong> – only include the pages written by the given author(s) \u003Ccode>[pagelist_ext authors=\"6,7,8\"]\u003C\u002Fcode>;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>number\u003C\u002Fstrong> – sets the number of pages to display: \u003Ccode>[pagelist_ext number=\"10\"]\u003C\u002Fcode>; by default the number is unlimited (number=””);\u003C\u002Fli>\n\u003Cli>\u003Cstrong>offset\u003C\u002Fstrong> – the number of pages to pass over (or displace) before collecting the set of pages: \u003Ccode>[pagelist_ext offset=\"5\"]\u003C\u002Fcode>; by default there is no offset (offset=””);\u003C\u002Fli>\n\u003Cli>\u003Cstrong>post_type\u003C\u002Fstrong> – list associated with a certain hierarchical Post Type \u003Ccode>[pagelist_ext post_type=\"page\"]\u003C\u002Fcode>; by default: (post_type=”page”); possible values: page, revision, Hierarchical Custom Post Types (‘post’ is not a Hierarchical Post Type);\u003C\u002Fli>\n\u003Cli>\u003Cstrong>post_status\u003C\u002Fstrong> – a comma-separated list of all post status types: \u003Ccode>[pagelist_ext post_status=\"private\"]\u003C\u002Fcode>; by default: (post_status=”publish”); possible values: publish, private, draft;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>class\u003C\u002Fstrong> – the CSS class for list of pages: \u003Ccode>[pagelist_ext class=\"listclass\"]\u003C\u002Fcode>; by default the class is empty (class=””);\u003C\u002Fli>\n\u003Cli>\u003Cstrong>strip_tags\u003C\u002Fstrong> – strip tags or not: \u003Ccode>[pagelist_ext strip_tags=\"0\"]\u003C\u002Fcode>; by default the tags are stripped (strip_tags=”1″);\u003C\u002Fli>\n\u003Cli>\u003Cstrong>strip_shortcodes\u003C\u002Fstrong> – strip registered shortcodes or not: \u003Ccode>[pagelist_ext strip_shortcodes=\"0\"]\u003C\u002Fcode>; by default shortcodes are stripped (strip_shortcodes=”1″) and all registered shortcodes are removed;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>show_child_count\u003C\u002Fstrong> – show count of subpages: \u003Ccode>[pagelist_ext show_child_count=\"1\"]\u003C\u002Fcode>; by default the child_count is disabled (show_child_count=”0″); If show_child_count=”1″, but count of subpages=0, than child count is not shown;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>child_count_template\u003C\u002Fstrong> – the template of child_count: \u003Ccode>[pagelist_ext show_child_count=\"1\" child_count_template=\"Subpages: %child_count%\"]\u003C\u002Fcode>; by default child_count_template=”Subpages: %child_count%”;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>show_meta_key\u003C\u002Fstrong> – show or hide meta key: \u003Ccode>[pagelist_ext show_meta_key=\"your_meta_key\"]\u003C\u002Fcode>; by default the show_meta_key is empty (show_meta_key=””); If show_meta_key is enabled, but meta_value is empty, than meta_key is not shown;\u003C\u002Fli>\n\u003Cli>\u003Cstrong>meta_template\u003C\u002Fstrong> – the template of meta: \u003Ccode>[pagelist_ext show_meta_key=\"your_meta_key\" meta_template=\"Meta: %meta%\"]\u003C\u002Fcode>; by default meta_template=”%meta%”;\u003C\u002Fli>\n\u003Cli>columns – for splitting list of pages into columns: \u003Ccode>[pagelist_ext class=\"page-list-cols-2\"]\u003C\u002Fcode>; available classes: page-list-cols-2, page-list-cols-3, page-list-cols-4, page-list-cols-5; works in all modern browsers and IE10+;  columns are responsive and become 1 column at less than 768px;\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>More \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FFunction_Reference\u002Fget_pages#Parameters\" rel=\"nofollow ugc\">info about params\u003C\u002Fa> for [pagelist_ext].\u003C\u002Fp>\n","[pagelist], [subpages], [siblings] and [pagelist_ext] shortcodes",40000,530152,89,"2025-09-29T22:08:00.000Z","6.8.5","3.0",[107,121,122,123,22],"pagelist","siblings","sitemap","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Fpage-list\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fpage-list.5.9.zip",97,"2025-09-22 00:00:00",{"slug":129,"name":130,"version":131,"author":87,"author_profile":88,"description":132,"short_description":133,"active_installs":134,"downloaded":135,"rating":136,"num_ratings":137,"last_updated":138,"tested_up_to":139,"requires_at_least":140,"requires_php":141,"tags":142,"homepage":144,"download_link":145,"security_score":48,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"admin-menu-tree-page-view","Admin Menu Tree Page View","2.8.8","\u003Cp>The \u003Cstrong>Admin Menu Tree Page View\u003C\u002Fstrong> plugin adds a tree-view layout to all your pages – directly accessible in the admin menu. This way, all your content will be available with just one click, no matter where you are in the admin area.\u003C\u002Fp>\n\u003Cp>You can also add posts, pages and custom post types directly in the tree and you can quickly find your pages by using the real-time search box.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgetbutterfly.com\u002Fwordpress-plugins\u002F\" rel=\"nofollow ugc\">Homepage\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Top features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Change the order of your pages with drag-and-drop\u003C\u002Fli>\n\u003Cli>View all your pages – no matter where in the admin you are\u003C\u002Fli>\n\u003Cli>View the hierarchy (parent\u002Fchild relationship) of your pages\u003C\u002Fli>\n\u003Cli>Add pages directly after or inside another post – no need to first create the post and then select the parent\u003C\u002Fli>\n\u003Cli>Adds link to view a public post type directly from the admin menu – no need to first edit the post and then click the view link\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Works perfectly in WordPress installations with lots of pages in a tree hierarchy.\u003C\u002Fp>\n","Get a tree view of all your pages directly in the admin menu. Search, add, edit, view, re-order – all is just one click away!",10000,363314,92,48,"2025-12-17T12:46:00.000Z","6.9.4","4.9","7.0",[75,20,143,99,77],"menu","https:\u002F\u002Fgetbutterfly.com\u002Fwordpress-plugins\u002Fadmin-menu-tree-page-view\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-menu-tree-page-view.zip",{"attackSurface":147,"codeSignals":163,"taintFlows":175,"riskAssessment":176,"analyzedAt":190},{"hooks":148,"ajaxHandlers":159,"restRoutes":160,"shortcodes":161,"cronEvents":162,"entryPointCount":27,"unprotectedCount":27},[149,155],{"type":150,"name":151,"callback":152,"file":153,"line":154},"filter","admin_footer","txfx_wp_subpage_display_js","subpage-listing.php",137,{"type":150,"name":156,"callback":157,"file":153,"line":158},"init","anonymous",140,[],[],[],[],{"dangerousFunctions":164,"sqlUsage":168,"outputEscaping":170,"fileOperations":27,"externalRequests":27,"nonceChecks":27,"capabilityChecks":27,"bundledLibraries":174},[165],{"fn":166,"file":153,"line":158,"context":167},"create_function","add_filter('init', create_function('$a', 'add_filter(\\'the_content\\', \\'txfx_wp_subpage_display\\', 9",{"prepared":27,"raw":27,"locations":169},[],{"escaped":27,"rawEcho":50,"locations":171},[172],{"file":153,"line":48,"context":173},"raw output",[],[],{"summary":177,"deductions":178},"The 'subpage-listing' plugin v0.6.2 exhibits a concerning security posture due to significant code analysis findings, despite a clean vulnerability history. The absence of any known CVEs is positive, suggesting the plugin hasn't historically been a target or has been developed with a focus on avoiding common vulnerabilities. However, the static analysis reveals critical weaknesses. Notably, the presence of the `create_function` function is a red flag, as it can lead to arbitrary code execution if used with unsanitized input. Furthermore, the analysis indicates that 100% of output is not properly escaped, which poses a high risk of Cross-Site Scripting (XSS) vulnerabilities. The lack of nonce and capability checks, combined with zero AJAX handlers and REST API routes being analyzed for authorization, means any potential entry points, if discovered, would be unprotected. While the plugin demonstrates good practices by using prepared statements for all SQL queries, this is overshadowed by the unescaped output and the dangerous function usage.",[179,182,185,188],{"reason":180,"points":181},"Use of dangerous function create_function",15,{"reason":183,"points":184},"100% of output unescaped",8,{"reason":186,"points":187},"No nonce checks found",5,{"reason":189,"points":187},"No capability checks found","2026-03-16T20:26:51.135Z",{"wat":192,"direct":199},{"assetPaths":193,"generatorPatterns":194,"scriptPaths":195,"versionParams":196},[],[],[],[197,198],"\u002Fwp-content\u002Fplugins\u002Fsubpage-listing\u002Fstyle.css?ver=0.6.2","\u002Fwp-content\u002Fplugins\u002Fsubpage-listing\u002Fscript.js?ver=0.6.2",{"cssClasses":200,"htmlComments":203,"htmlAttributes":206,"restEndpoints":209,"jsGlobals":210,"shortcodeOutput":212},[201,202],"page_item","txfx_subpages",[204,205],"\u003C!--%subpages%-->","\u003C!--%subpages(%)%-->",[207,208],"id=\"txfx_subpages\"","value=\"Subpage List\"",[],[211],"txfx_insertAtCursor",[213,214,215,216],"\u003Cul>\n    \u003Cli class=\"page_item\">&uarr;\u003Ca href=\"","\u003C\u002Ful>\u003C\u002Fli>","\u003Cli class=\"page_item\">&uarr;\u003Ca href=\"","\n \u003Cli class=\"page_item\">&uarr;\u003Ca href=\""]