[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fuQUGq0YvNu3aVRyuEoryuxvVMZNR-_fqdczE1Nlmbqw":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":11,"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":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29,"vulnerabilities":30,"developer":31,"crawl_stats":28,"alternatives":38,"analysis":129,"fingerprints":154},"category-template-hierarchy","Category Template Hierarchy","1.3.2.1","Eddie Moya","https:\u002F\u002Fprofiles.wordpress.org\u002Feddiemoya\u002F","\u003Cp>Adds several new templates to the template hierarchy:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>child-of-category-{slug}.php\u003C\u002Fli>\n\u003Cli>category-{slug}.php\u003C\u002Fli>\n\u003Cli>child-of-category-{id}.php\u003C\u002Fli>\n\u003Cli>category-{term_id}.php\u003C\u002Fli>\n\u003Cli>parent-category.php\u003C\u002Fli>\n\u003Cli>child-category.php\u003C\u002Fli>\n\u003Cli>category.php\u003C\u002Fli>\n\u003Cli>archive.php\u003C\u002Fli>\n\u003Cli>index.php\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This greatly extends the native hierarchy of theme templates with regard to\u003Cbr \u002F>\ncategories. Theme developers can now easily create separate templates for\u003Cbr \u002F>\ncategories with children, with parents, and children of specific parents.\u003C\u002Fp>\n\u003Cp>Additionally makes available four (4) new conditional template tags:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>is_child_category();\u003C\u002Fli>\n\u003Cli>is_parent_category();\u003C\u002Fli>\n\u003Cli>is_child_of_category();\u003C\u002Fli>\n\u003Cli>is_parent_of_category();\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>These functions are available for use in any theme or plugin as along as this\u003Cbr \u002F>\nplugin is active. For detailed documentation of these functions see the\u003Cbr \u002F>\n‘Developer Notes: Conditional Tags’ section of this readme file.\u003C\u002Fp>\n\u003Cp>Note: This plugin does not actually create parent-category.php, child-category.php\u003Cbr \u002F>\nor any of their related templates – rather it modifies the native \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FTemplate_Hierarchy\" rel=\"nofollow ugc\">template hierarchy\u003C\u002Fa>\u003Cbr \u002F>\nto allow theme developers to create specific templates for parent and child categories.\u003C\u002Fp>\n\u003Ch3>Developer Notes: Template Hierarchy\u003C\u002Fh3>\n\u003Cp>What follows are is the modified list of templates available for category pages.\u003Cbr \u002F>\nThese expand upon the native \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FTemplate_Hierarchy#Visual_Overview\" rel=\"nofollow ugc\">Template Hierarchy\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>child-of-category-{slug}.php\u003C\u002Fli>\n\u003Cli>category-{slug}.php\u003C\u002Fli>\n\u003Cli>child-of-category-{id}.php\u003C\u002Fli>\n\u003Cli>category-{term_id}.php\u003C\u002Fli>\n\u003Cli>parent-category.php\u003C\u002Fli>\n\u003Cli>child-category.php\u003C\u002Fli>\n\u003Cli>category.php\u003C\u002Fli>\n\u003Cli>archive.php\u003C\u002Fli>\n\u003Cli>index.php\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The parent and child templates only become available if the current category is\u003Cbr \u002F>\na parent or a child respectively.\u003C\u002Fp>\n\u003Cp>Note: This plugin does not actually create parent-category.php, child-category.php\u003Cbr \u002F>\nor any of their related templates – rather it modifies the native \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FTemplate_Hierarchy\" rel=\"nofollow ugc\">template hierarchy\u003C\u002Fa>\u003Cbr \u002F>\nto allow theme developers to create specific templates for parent and child categories.\u003C\u002Fp>\n\u003Ch3>Developer Notes: Conditional Tags\u003C\u002Fh3>\n\u003Cp>With this plugin comes two additional \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FConditional_Tags\" rel=\"nofollow ugc\">conditional tags\u003C\u002Fa>\u003Cbr \u002F>\nwhich behave much like any other in WordPress. In a similar fashion to how one\u003Cbr \u002F>\nmight use \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FFunction_Reference\u002Fis_category\" rel=\"nofollow ugc\">is_category()\u003C\u002Fa> or \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FFunction_Reference\u002Fcat_is_ancestor_of\" rel=\"nofollow ugc\">cat_is_ancestory_of()\u003C\u002Fa>,\u003Cbr \u002F>\ndevelopers may, with this plugin, use the following functions:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>is_parent_category()\u003C\u002Fli>\n\u003Cli>is_child_category()\u003C\u002Fli>\n\u003Cli>is_child_of_category()\u003C\u002Fli>\n\u003Cli>is_parent_of_category()\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Description (part 1)\u003C\u002Fh4>\n\u003Cp>The \u003Ccode>is_parent_category()\u003C\u002Fcode> and \u003Ccode>is_child_category()\u003C\u002Fcode> conditional tags check if\u003Cbr \u002F>\nthe page being displayed (or passed as an argument) is of a category that has\u003Cbr \u002F>\nchildren (e.g. is a parent category)  has a parent (is a child), respectively.\u003Cbr \u002F>\nThey are boolean functions, meaning they return either TRUE or FALSE.\u003C\u002Fp>\n\u003Ch4>Usage\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php is_parent_category( $category ); ?>\n\u003C?php is_child_category( $category ); ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Parameters\u003C\u002Fh4>\n\u003Cp>$category (integer\u002Fstring\u002Fobject) (optional) Category ID, Category Slug, Category Object. Default: Current Category\u003C\u002Fp>\n\u003Cp>Note: Unlike is_category(), these functions will not take arrays of categories or category titles. I’ll work on that. Sorry.\u003C\u002Fp>\n\u003Ch4>Return Values\u003C\u002Fh4>\n\u003Cp>(boolean) True on success, false on failure.\u003C\u002Fp>\n\u003Ch4>Examples\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>is_parent_category()\nis_child_category()\n\u002F\u002F When any parent\u002Fchild category archive page is being displayed\n\nis_parent_category( '9' );\nis_child_category( '9' );\n\u002F\u002F When the archive page for Category 9 is being displayed AND its a parent\u002Fchild.\n\nis_parent_category( 'blue-cheese' );\nis_child_category( 'blue-cheese' );\n\u002F\u002F When the archive page for the Category with Category Slug \"blue-cheese\" is being displayed AND its a parent\u002Fchild.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Description (part 2)\u003C\u002Fh4>\n\u003Cp>The \u003Ccode>is_parent_of_category()\u003C\u002Fcode> and \u003Ccode>is_child_of_category()\u003C\u002Fcode> conditional tags\u003Cbr \u002F>\ncheck if a given category has a parent or child relationship to the current\u003Cbr \u002F>\ncategory or a category passed as its second parameter. They are\u003Cbr \u002F>\nboolean functions, meaning they return either TRUE or FALSE.\u003C\u002Fp>\n\u003Ch4>Usage\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php is_parent_of_category($child_category, $parent_category, $direct_descendant); ?>\n\u003C?php is_child_of_category($parent_category, $child_category, $direct_descendant);?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Parameters\u003C\u002Fh4>\n\u003Cp>(object\u002Fstring\u002Finteger) (required) Category of the would-be parent\u002Fchild respectively.\u003Cbr \u002F>\n(object\u002Fstring\u002Finteger) (optional) Category of the would-be child\u002Fparent respectfully. Default: Current Category\u003Cbr \u002F>\n(boolean) (optional) Whether or not the child should be a direct child of the parent. Default: True\u003Cbr \u002F>\n *\u003C\u002Fp>\n\u003Ch4>Return Values\u003C\u002Fh4>\n\u003Cp>(boolean) If the $direct_descendant flag set to true, function returns true if the child is a direct descendant of the parent, if child is no direct it will return false. If $direct_descendant is set to false it will return the same results as cat_is_ancestor_of().\u003C\u002Fp>\n\u003Ch4>Examples\u003C\u002Fh4>\n\u003Cp>The following function will return True…\u003C\u002Fp>\n\u003Cpre>\u003Ccode>is_child_of_category(0);\n\u002F\u002F When a top level category is being displayed, zero being the parent id value for top level categories (e.g. categories with no parents).\n\nis_child_of_category(12);\n\u002F\u002F When the current category is a direct child of the category whose ID is '12'.\n\nis_child_of_category('tv-shows')\n\u002F\u002F When the current category is a direct child of the category with the slug 'tv-shows' (can also be category ID's).\n\nis_child_of_category('tv-shows', 'dexter');\n\u002F\u002F When the category with slug 'dexter' is a direct child of the category with the slug 'tv-shows' (can also be category ID's). This may come in handy when manipulating categories while not in a category template.\n\nis_child_of_category('tv-shows', 'dexter', false);\n\u002F\u002F When the category with the slug 'dexter' is a descendant of the category 'tv-shows' at any level. (uses cat_is_ancestor_of())\n\nis_child_of_category('tv-shows', null, false);\n\u002F\u002F When the current category is a descendant of the 'tv-shows' category at any level. (uses cat_is_ancestor_of())\n\nis_parent_of_category(13);\n\u002F\u002F When the current category is the direct parent of a category with the ID '13'.\n\nis_parent_of_category('dexter');\n\u002F\u002F When the current category is the direct parent of the category with the slug 'dexter'.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Backward Compatibility\u003C\u002Fh3>\n\u003Cp>The changes this plugin makes to the template hierarchy are significantly different\u003Cbr \u002F>\nfrom that in 1.0.5 and before. If you prefer to use that version please find it\u003Cbr \u002F>\nin the Older Versions in the WordPress plugins directory, it is tagged as 1.0.5.\u003C\u002Fp>\n\u003Cp>While I do not actively support to QA the older version, I would gladly take a\u003Cbr \u002F>\nlook at any future bugs that crop up and are reported.\u003C\u002Fp>\n","Adds parent-category.php, child-category.php, and child-category-{slug|id} templates to the hierarchy and conditional tags to match.",100,18999,3,"2012-03-24T03:12:00.000Z","3.3.2","3.0","",[19,20,21,22,23],"category","hierarchy","template","theme","theme-development","http:\u002F\u002Feddiemoya.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcategory-template-hierarchy.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":26,"avg_patch_time_days":35,"trust_score":36,"computed_at":37},"eddiemoya",4,460,30,84,"2026-04-04T03:54:47.114Z",[39,58,77,96,114],{"slug":40,"name":41,"version":42,"author":43,"author_profile":44,"description":45,"short_description":46,"active_installs":47,"downloaded":48,"rating":49,"num_ratings":50,"last_updated":51,"tested_up_to":52,"requires_at_least":53,"requires_php":17,"tags":54,"homepage":17,"download_link":57,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"custom-category-templates","Custom Category Templates","0.2.1","shazdeh","https:\u002F\u002Fprofiles.wordpress.org\u002Fshazdeh\u002F","\u003Cp>Just like the way you can create custom page templates, this plugin enables you to build category archive templates by adding this bit to the top of your file:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n\u002F**\n * Category Template: Grid\n *\u002F\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>and when you’re adding or editing categories, you can choose the desired template file.\u003C\u002Fp>\n\u003Cp>This plugin is maintained solely for backward compatibility. Try the new \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcustom-taxonomy-templates\u002F\" rel=\"ugc\">Custom Taxonomy Templates\u003C\u002Fa> instead, it supports all taxonomies and also uses the new term meta feature in WP 4.4.\u003C\u002Fp>\n","Define custom templates for category views.",3000,61307,86,6,"2016-03-03T05:09:00.000Z","4.4.34","3.4.0",[19,55,56,21,22],"category-template","custom-template","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-category-templates.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":17,"tags":73,"homepage":75,"download_link":76,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"custom-category-template","Custom Category Template","0.4","Bainternet","https:\u002F\u002Fprofiles.wordpress.org\u002Fbainternet\u002F","\u003Cp>Simple lightweight plugin that lets you select a specific template for a category each, just like page template\u003C\u002Fp>\n\u003Cp>any feedback or suggestions are welcome.\u003C\u002Fp>\n\u003Cp>check out my \u003Ca href=\"http:\u002F\u002Fen.bainternet.info\u002Fcategory\u002Fplugins\" rel=\"nofollow ugc\">other plugins\u003C\u002Fa>\u003C\u002Fp>\n","This plugin lets you select a specific template for a category, just like pages",2000,39565,66,9,"2017-11-28T21:05:00.000Z","4.7.0","2.9.2",[19,55,74,56],"category-theme","http:\u002F\u002Fen.bainternet.info","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-category-template.0.4.zip",{"slug":78,"name":79,"version":80,"author":81,"author_profile":82,"description":83,"short_description":84,"active_installs":11,"downloaded":85,"rating":86,"num_ratings":87,"last_updated":88,"tested_up_to":89,"requires_at_least":90,"requires_php":17,"tags":91,"homepage":94,"download_link":95,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"what-template-am-i-using","What Template Am I Using","0.2.0","webdeveric","https:\u002F\u002Fprofiles.wordpress.org\u002Fwebdeveric\u002F","\u003Cp>This plugin is intended for theme developers to use. It shows the current template being used to render the page, current post type, and much more.\u003C\u002Fp>\n\u003Cp>The info is only displayed for users that have the edit_theme_options capability.\u003C\u002Fp>\n\u003Cp>Information displayed:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Current template\u003C\u002Fli>\n\u003Cli>General Information (post type, are you on the front page, etc.)\u003C\u002Fli>\n\u003Cli>Additional files used. For example, header.php or footer.php\u003C\u002Fli>\n\u003Cli>What sidebars are being used and what widgets are in them.\u003C\u002Fli>\n\u003Cli>List of enqueued scripts and styles.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>This plugin is intended for use by theme developers and it requires a standards compliant browser. This plugin will not work in IE8 or below.\u003C\u002Fstrong>\u003C\u002Fp>\n","This plugin is intended for theme developers to use. It shows the current template being used to render the page, current post type, and much more.",9190,96,13,"2015-12-08T05:17:00.000Z","4.4.0","3.1.0",[92,93,21,23],"debug","server-information","http:\u002F\u002Fphplug.in\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwhat-template-am-i-using.0.2.0.zip",{"slug":97,"name":98,"version":99,"author":100,"author_profile":101,"description":102,"short_description":103,"active_installs":104,"downloaded":105,"rating":27,"num_ratings":27,"last_updated":17,"tested_up_to":106,"requires_at_least":107,"requires_php":17,"tags":108,"homepage":111,"download_link":112,"security_score":11,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":113},"child-page-templates","Child Page Templates","1.0.2","j","https:\u002F\u002Fprofiles.wordpress.org\u002Fjoe-anzalone\u002F","\u003Cp>Allows theme authors to include templates that will be automatically used based on the page’s parent.\u003C\u002Fp>\n\u003Cp>For example, adding the file “page-123.php” to the “child-page-templates” folder in your theme directory will define the template for all pages that are children of the page with ID #123. You can also do the same thing with the post’s slug.\u003C\u002Fp>\n\u003Cp>This template file will be used for all pages that are children of the page with ID #123:\u003Cbr \u002F>\n\u002Fwp-content\u002Fthemes\u002Fyour-awesome-theme\u002Fchild-page-templates\u002Fpage-123.php\u003C\u002Fp>\n\u003Cp>This template file will be used for all pages that are children of the page with the “team” slug:\u003Cbr \u002F>\n\u002Fwp-content\u002Fthemes\u002Fyour-awesome-theme\u002Fchild-page-templates\u002Fpage-team.php\u003C\u002Fp>\n","Allows theme authors to add page templates to their themes that will be automatically used based on the page's parent.",10,3587,"3.4.2","3.3",[109,110],"template-hierarchy","themes","http:\u002F\u002FJoeAnzalone.com\u002Fplugins\u002Fchild-page-templates","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fchild-page-templates.zip","2026-03-15T10:48:56.248Z",{"slug":115,"name":116,"version":117,"author":118,"author_profile":119,"description":120,"short_description":121,"active_installs":104,"downloaded":122,"rating":27,"num_ratings":27,"last_updated":123,"tested_up_to":124,"requires_at_least":125,"requires_php":17,"tags":126,"homepage":127,"download_link":128,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"real-archive-and-category","REAL Archive Pages List","1.0","martin_ziegert","https:\u002F\u002Fprofiles.wordpress.org\u002Fmartin_ziegert\u002F","\u003Cp>Most of themes have original one category templates as part of themes.  With REAL Archive Plugin you can create as many category templates as you like and connect them with a specific category in. REAL Archive Plugin provides you for this a powerful backend in which you can customize the category page – no coding required. Let us give you some examples how that works and looks like, please note that all category templates work within the same page:\u003Cbr \u002F>\n*   \u003Ca href=\"http:\u002F\u002Fjb-webs.com\u002Fdownloads\u002Fcategory\u002Fdownload-marketplace\u002Ftemplates-download-marketplace\u002Fbox-header-templates\u002F\" rel=\"nofollow ugc\">Shop page for templates 1 per line – 4 per page – big\u003C\u002Fa> \u003Cbr \u002F>\n*   \u003Ca href=\"http:\u002F\u002Fjb-webs.com\u002Fdownloads\u002Fcategory\u002Fdownload-marketplace\u002Fpages\u002Ffull-index-pages\u002F\" rel=\"nofollow ugc\">Shop page for templates 1 per line – 4 per page – big\u003C\u002Fa> \u003Cbr \u002F>\n*   \u003Ca href=\"http:\u002F\u002Fjb-webs.com\u002Fdownloads\u002Fcategory\u002Fdownload-marketplace\u002Ffooters\u002Ffooters-1280\u002F\" rel=\"nofollow ugc\">Shop page for footer 1 per line – very big\u003C\u002Fa> \u003Cbr \u002F>\n*   \u003Ca href=\"http:\u002F\u002Fjb-webs.com\u002Fdownloads\u002Fcategory\u002Fdownload-marketplace\u002Fheaders\u002Fmegaheader\u002F\" rel=\"nofollow ugc\">Shop page for HEADER 1 per line – less big\u003C\u002Fa> \u003Cbr \u002F>\n*   \u003Ca href=\"http:\u002F\u002Fjb-webs.com\u002Fcategory\u002Fcc-crash-course-to-learn-real-and-jb\u002F\" rel=\"nofollow ugc\">Page for System Documentation with Video and Text\u003C\u002Fa> \u003Cbr \u002F>\n*   \u003Ca href=\"http:\u002F\u002Fjb-webs.org\u002Fcategory\u002Fcatbannerdemo\u002F\" rel=\"nofollow ugc\">Thumb style (and yes, this is another page \u002F URL from us\u003C\u002Fa> \u003C\u002Fp>\n\u003Ch4>The Real Archive-and-Category Manager\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Create multiple category styles and layouts.\u003C\u002Fli>\n\u003Cli>Determine how many post you want place per row \u003C\u002Fli>\n\u003Cli>Determine how many Posts you want publish per page. \u003C\u002Fli>\n\u003Cli>Manage breadcrumbs with CSS Editor\u003C\u002Fli>\n\u003Cli>Finally connect each category in you blog, with one of the styles.\u003C\u002Fli>\n\u003Cli>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>The Real Archive-and-Category Manager:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>English\u003C\u002Fli>\n\u003C\u002Ful>\n","Most of themes have original one category templates as part of themes.  With REAL Archive Plugin you can create as many category templates as you like &hellip;",1389,"2014-12-28T20:57:00.000Z","4.0.38","3.2",[19,55,74],"http:\u002F\u002Fjb-webs.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Freal-archive-and-category.zip",{"attackSurface":130,"codeSignals":142,"taintFlows":149,"riskAssessment":150,"analyzedAt":153},{"hooks":131,"ajaxHandlers":138,"restRoutes":139,"shortcodes":140,"cronEvents":141,"entryPointCount":27,"unprotectedCount":27},[132],{"type":133,"name":134,"callback":135,"file":136,"line":137},"filter","category_template","category_relationship","category-template-hierarchy.php",38,[],[],[],[],{"dangerousFunctions":143,"sqlUsage":144,"outputEscaping":146,"fileOperations":27,"externalRequests":27,"nonceChecks":27,"capabilityChecks":27,"bundledLibraries":148},[],{"prepared":27,"raw":27,"locations":145},[],{"escaped":27,"rawEcho":27,"locations":147},[],[],[],{"summary":151,"deductions":152},"The 'category-template-hierarchy' plugin version 1.3.2.1 exhibits an exceptionally strong security posture based on the provided static analysis. The plugin demonstrates excellent coding practices by not utilizing any dangerous functions, all SQL queries are prepared statements, and all outputs are properly escaped.  There are no file operations or external HTTP requests, further minimizing potential attack vectors.  The absence of any registered AJAX handlers, REST API routes, shortcodes, or cron events means the plugin has a minimal attack surface, and crucially, no unprotected entry points were identified.\n\nThe vulnerability history for this plugin is equally impressive, with zero recorded CVEs of any severity. This lack of historical vulnerabilities, coupled with the clean static analysis, strongly suggests a well-maintained and secure codebase.  The absence of any identified taint flows or unsanitized paths further reinforces this assessment, indicating that data inputs are handled safely.\n\nOverall, this plugin appears to be highly secure. The developers have implemented robust security measures and maintained a clean record.  While the lack of specific entry points analyzed in the taint analysis means there's always a theoretical possibility of undiscovered issues, the available data points to a strong, proactive security approach. The plugin's strengths lie in its minimal attack surface and adherence to secure coding principles.",[],"2026-03-16T21:00:42.170Z",{"wat":155,"direct":162},{"assetPaths":156,"generatorPatterns":158,"scriptPaths":159,"versionParams":160},[157],"\u002Fwp-content\u002Fplugins\u002Fcategory-template-hierarchy\u002Fcategory-template-hierarchy.php",[],[],[161],"category-template-hierarchy\u002Fcategory-template-hierarchy.php?ver=",{"cssClasses":163,"htmlComments":164,"htmlAttributes":165,"restEndpoints":166,"jsGlobals":167,"shortcodeOutput":168},[],[],[],[],[],[]]