[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fYvUiNeo8JuugRS1IUKWwAln3PhGJISJPWunymiXJ6t8":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":128,"fingerprints":191},"genesis-simple-hooks","Genesis Simple Hooks","2.3.0","Nathan Rice","https:\u002F\u002Fprofiles.wordpress.org\u002Fnathanrice\u002F","\u003Cp>This plugin creates a new Genesis settings page that allows you to insert code (HTML, Shortcodes, and PHP), and attach it to any of the 50+ action hooks throughout the Genesis Theme Framework, from StudioPress.\u003C\u002Fp>\n\u003Cp>Instead of the sometimes tedious and unfamiliar process of creating functions in your theme files, this plugin gives you an attractive, easy to use interface for modifying your Genesis theme via the hook system. The plugin accepts HTML, Shortcodes, and PHP and gives you access to all 50+ hooks built into the Genesis theme, and a few built-in WordPress hooks as well.\u003C\u002Fp>\n\u003Ch3>Code Snippets\u003C\u002Fh3>\n\u003Cp>The most common request from Genesis users is how to properly modify their footer, post-info, and post-meta text. Here are some code snippets that might prove helpful in doing this:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Modifying the post-info\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003Cdiv class=\"post-info\">\n    \u003Cspan class=\"time\">\u003C?php the_time('F j, Y'); ?>\u003C\u002Fspan> \u003Cspan class=\"author\">by \u003C?php the_author_posts_link(); ?>\u003C\u002Fspan> \u003Cspan class=\"post-comments\">\u003Ca href=\"\u003C?php the_permalink(); ?>#respond\">\u003C?php comments_number('Leave a Comment', '1 Comment', '% Comments'); ?>\u003C\u002Fa>\u003C\u002Fspan> \u003Ca class=\"post-edit-link\">\u003C?php edit_post_link('(Edit)', '', ''); ?>\u003C\u002Fa>\n\u003C\u002Fdiv>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Modifying the post-meta\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003Cdiv class=\"post-meta\">\n    \u003Cspan class=\"categories\">Filed under: \u003C?php the_category(', ') ?>\u003C\u002Fspan>  \u003Cspan class=\"tags\">Tagged with \u003C?php the_tags('') ?>\u003C\u002Fspan>\n\u003C\u002Fdiv>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Modifying the Footer\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003Cdiv class=\"gototop\">\n    \u003Cp>\u003Ca href=\"#wrap\" rel=\"nofollow\">Return to top of page\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fdiv>\n\u003Cdiv class=\"creds\">\n    \u003Cp>Copyright &copy; \u003C?php echo date('Y'); ?> &middot; \u003Ca href=\"http:\u002F\u002Fwww.studiopress.com\u002Fthemes\u002Fgenesis\" title=\"Genesis Theme Framework\">Genesis Theme Framework\u003C\u002Fa> by \u003Ca href=\"http:\u002F\u002Fwww.studiopress.com\u002F\">StudioPress\u003C\u002Fa> &middot; \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002F\" title=\"WordPress\">WordPress\u003C\u002Fa> &middot; \u003C?php wp_loginout(); ?>\u003C\u002Fp>\n\u003C\u002Fdiv>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cem>Note: You must have the \u003Ccode>Execute PHP on this hook\u003C\u002Fcode> option selected in order to use template tags\u003C\u002Fem>\u003C\u002Fp>\n","This plugin creates a new Genesis settings page that allows you to insert code (HTML, Shortcodes, and PHP), and attach it to any of the 50+ action hoo &hellip;",20000,791892,92,22,"2025-12-04T17:59:00.000Z","6.9.4","4.7.2","",[20,21,22,23],"genesis","genesiswp","hooks","studiopress","http:\u002F\u002Fwww.studiopress.com\u002Fplugins\u002Fsimple-hooks","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgenesis-simple-hooks.2.3.0.zip",100,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},"nathanrice",4,37000,93,30,89,"2026-04-04T05:29:48.481Z",[40,57,76,92,112],{"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":16,"requires_at_least":53,"requires_php":18,"tags":54,"homepage":55,"download_link":56,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"genesis-simple-sidebars","Genesis Simple Sidebars","2.2.3","StudioPress","https:\u002F\u002Fprofiles.wordpress.org\u002Fstudiopress\u002F","\u003Cp>This plugin allows you to create multiple, dynamic widget areas, and assign those widget areas to sidebar locations within the Genesis Framework on a per post, per page, or per tag\u002Fcategory archive basis.\u003C\u002Fp>\n\u003Cp>Creating widget areas programmatically, then using conditional logic to properly assign them to sidebar locations can be a complex task for a beginner. This plugin allows you to do all this from a simple administration menu, and assign widget areas to sidebar locations with simple drop-down menus within the post\u002Fpage edit screens, or when editing a tag or category.\u003C\u002Fp>\n","This plugin allows you to create multiple, dynamic widget areas, and assign those widget areas to sidebar locations within the Genesis Framework on a  &hellip;",10000,475227,88,27,"2025-12-04T19:45:00.000Z","4.7.3",[20,21,22,23],"https:\u002F\u002Fgithub.com\u002Fstudiopress\u002Fgenesis-simple-sidebars","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgenesis-simple-sidebars.2.2.3.zip",{"slug":58,"name":59,"version":60,"author":61,"author_profile":62,"description":63,"short_description":64,"active_installs":65,"downloaded":66,"rating":67,"num_ratings":36,"last_updated":68,"tested_up_to":69,"requires_at_least":70,"requires_php":18,"tags":71,"homepage":73,"download_link":74,"security_score":75,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"genesis-visual-hook-guide","Genesis Visual Hook Guide","1.0.0","Christopher Cochran","https:\u002F\u002Fprofiles.wordpress.org\u002Fcochran\u002F","\u003Cp>Once a tool for myself the Genesis Visual Hook guide has slowly evolved into what it is today. I finally welcome the plugin version of the popular \u003Ca href=\"http:\u002F\u002Fgenesistutorials.com\u002Fvisual-hook-guide\" rel=\"nofollow ugc\">Visual Genesis Hooks and Filters Guide\u003C\u002Fa> from \u003Ca href=\"http:\u002F\u002Fgenesistutorials.com\" rel=\"nofollow ugc\">Genesis Tutorials\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Once installed this plugin adds a drop down menu to the admin bar to select between three views (Hook, Filter, and Markup). Select an option or all three to see the hooks in their actual locations on your current theme.\u003C\u002Fp>\n\u003Cp>Great companion to \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fgenesis-simple-hooks\u002F\" rel=\"ugc\">Genesis Simple Hooks\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Genesis Theme Framework required.\u003C\u002Fstrong>\u003C\u002Fp>\n","Find Genesis hooks (action and filter hooks) quick and easily by seeing their actual locations inside your theme.",800,148097,94,"2017-11-28T20:07:00.000Z","4.7.32","3.4",[72,20,21,22,23],"filters","https:\u002F\u002Fgenesistutorials.com\u002Fvisual-hook-guide\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgenesis-visual-hook-guide.zip",85,{"slug":77,"name":78,"version":79,"author":61,"author_profile":62,"description":80,"short_description":81,"active_installs":26,"downloaded":82,"rating":83,"num_ratings":84,"last_updated":85,"tested_up_to":86,"requires_at_least":87,"requires_php":18,"tags":88,"homepage":90,"download_link":91,"security_score":75,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"genesis-post-teasers","Genesis Post Teasers","2.0.3","\u003Cp>This plugin uses the Genesis grid loop function to display posts teasers either on your Homepage, Archives, or Blog Template and gives added options to control them. Easily have 1,2,3… as many featured posts at top and teasers below. Enable Thumbnails, Disable the byline or post meta and limit the text for the teasers. The Genesis Theme Framework by studiopress is required.\u003C\u002Fp>\n","GENESIS THEME FRAMEWORK REQUIRED. This plugin uses the genesis grid loop function to display posts teasers either on your Homepage, Archives, or Blog  &hellip;",23159,20,3,"2013-09-13T04:43:00.000Z","3.6.1","3.5",[20,21,22,23,89],"teasers","http:\u002F\u002Fgenesistutorials.com\u002Fplug-ins\u002Fgenesis-post-teasers\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgenesis-post-teasers.zip",{"slug":93,"name":94,"version":95,"author":96,"author_profile":97,"description":98,"short_description":99,"active_installs":100,"downloaded":101,"rating":67,"num_ratings":102,"last_updated":103,"tested_up_to":104,"requires_at_least":105,"requires_php":106,"tags":107,"homepage":110,"download_link":111,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"genesis-enews-extended","Genesis eNews Extended","2.2.0","Brandon Kraft","https:\u002F\u002Fprofiles.wordpress.org\u002Fkraftbj\u002F","\u003Cp>Creates a new widget to easily add mailing lists to a Genesis website. Recommended plugin in virtually all Genesis theme tutorials. The widget allows the site administrator to set either the Feedburner ID or form action, e-mail form field and hidden fields to mimic the subscribe form of other mailing list services.\u003C\u002Fp>\n\u003Ch3>Thanks\u003C\u002Fh3>\n\u003Cp>A special thanks to all who have contributed to Genesis eNews Extended.\u003C\u002Fp>\n\u003Ch4>Financial Donations\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Joe Taylor\u003C\u002Fli>\n\u003Cli>Dorian Speed\u003C\u002Fli>\n\u003Cli>Paul Meyers\u003C\u002Fli>\n\u003Cli>Joel Runyon\u003C\u002Fli>\n\u003Cli>Jennifer Jinright\u003C\u002Fli>\n\u003Cli>Greg Ferro\u003C\u002Fli>\n\u003Cli>Greg Young\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Code Contributions\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Gary Jones (many, many times over)\u003C\u002Fli>\n\u003Cli>Mike Hemberger\u003C\u002Fli>\n\u003Cli>John Levandowski\u003C\u002Fli>\n\u003Cli>David Decker\u003C\u002Fli>\n\u003Cli>Kim Parsell\u003C\u002Fli>\n\u003Cli>Erick Nelson\u003C\u002Fli>\n\u003Cli>Nick Davis\u003C\u002Fli>\n\u003Cli>Maor Chasen\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Translations\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>David Decker (German)\u003C\u002Fli>\n\u003Cli>Branco Radenovich (Slovak)\u003C\u002Fli>\n\u003Cli>Marco Galasso (Italian)\u003C\u002Fli>\n\u003Cli>Ryan Sullivan (Spanish)\u003C\u002Fli>\n\u003Cli>Paul de Wouters (French)\u003C\u002Fli>\n\u003Cli>Diane S (Serbian)\u003C\u002Fli>\n\u003Cli>Daniel Bailey (Bulgarian)\u003C\u002Fli>\n\u003Cli>Gary Jones (British English)\u003C\u002Fli>\n\u003Cli>Fabiana Simões (Portuguese-Brazil)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>StudioPress\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Special thanks to Brian Gardner and the team at StudioPress who wrote the original code that provided the foundation for the plugin.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>If you’re not listed and think you should be, please drop me a note. Any omission is, in no way, intentional.\u003C\u002Fp>\n","Creates a new widget to easily add mailing lists integration to a Genesis website. Works with FeedBurner, MailChimp, AWeber, FeedBlitz, ConvertKit and &hellip;",40000,1121182,28,"2025-04-29T18:46:00.000Z","6.8.5","4.9.6","5.4.0",[108,20,21,109,23],"aweber","mailchimp","https:\u002F\u002Fkraft.blog\u002Fgenesis-enews-extended\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgenesis-enews-extended.2.2.0.zip",{"slug":113,"name":114,"version":115,"author":7,"author_profile":8,"description":116,"short_description":117,"active_installs":48,"downloaded":118,"rating":119,"num_ratings":120,"last_updated":121,"tested_up_to":16,"requires_at_least":122,"requires_php":123,"tags":124,"homepage":126,"download_link":127,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"genesis-connect-woocommerce","Genesis Connect for WooCommerce","1.1.2","\u003Cp>This plugin replaces WooCommerce’s built-in shop templates with its own Genesis-ready versions, specifically the \u003Ccode>single-product.php\u003C\u002Fcode>, \u003Ccode>archive-product.php\u003C\u002Fcode> and \u003Ccode>taxonomy.php\u003C\u002Fcode> templates needed to display the single product page, the main shop page, and Product Category and Product Tag archive pages.\u003C\u002Fp>\n\u003Cp>To allow easy customization of these templates, and ensure that you do not lose your customizations when the plugin is updated, you can place your own copies of these templates in your child theme’s ‘woocommerce’ folder and customize these copies as much as you like. You can also create your own \u003Ccode>taxonomy-{taxonomy}.php\u003C\u002Fcode> and \u003Ccode>taxonomy-{taxonomy}-{term}.php\u003C\u002Fcode> templates in the same location and this plugin will find them and use them to display your shop’s Product Category and Product Tag archives. See the \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FTemplate_Hierarchy#Custom_Taxonomies_display\" rel=\"nofollow ugc\">Template Hierarchy\u003C\u002Fa> to learn more about naming requirements for taxonomy templates.\u003C\u002Fp>\n\u003Cp>Additionally, the plugin makes \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fgenesis-simple-sidebars\u002F\" rel=\"ugc\">Genesis Simple Sidebars\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fgenesis-simple-menus\u002F\" rel=\"ugc\">Genesis Simple Menus\u003C\u002Fa> compatible with WooCommerce.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>This version is compatible with WooCommerce 3.3+\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Technical Info\u003C\u002Fh4>\n\u003Cp>For more technically minded users, this is what the plugin does:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Unhooks the WooCommerce template loader function\u003C\u002Fli>\n\u003Cli>Adds its own template loader function to control the templates used by the single product, archive product and Product Category and Product Tag (taxonomy) archive pages.\u003C\u002Fli>\n\u003Cli>Adds Genesis Layouts and SEO support to the WooCommerce \u003Ccode>Product\u003C\u002Fcode> custom post type\u003C\u002Fli>\n\u003Cli>Provides three Genesis-ready templates to display the shop pages, located in the plugin’s \u003Ccode>templates\u003C\u002Fcode> folder:\n\u003Cul>\n\u003Cli>single-product.php\u003C\u002Fli>\n\u003Cli>archive-product.php\u003C\u002Fli>\n\u003Cli>taxonomy.php\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>These templates use WooCommerce core functions to display the shop loops which:\n\u003Cul>\n\u003Cli>unhook WooCommerce’s built-in breadcrumbs\u003C\u002Fli>\n\u003Cli>unhook the Genesis Loop and replace it with the relevant WooCommerce shop loop\u003C\u002Fli>\n\u003Cli>remove WooCommerce’s #container and #content divs, which are not required or wanted by Genesis\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>The shop loop function in each template is heavily based on its WooCommerce counterpart, but has been modified to accommodate certain Genesis features such as the Taxonomy term headings and descriptions feature.\u003C\u002Fli>\n\u003Cli>The templates contain the \u003Ccode>genesis();\u003C\u002Fcode> function and therefore are fully customisable using Genesis hooks and filters.\u003C\u002Fli>\n\u003Cli>The template loader allows users to use their own templates in the child theme’s ‘woocommerce’ folder. These user templates, if they exist in the child theme’s `woocommerce’ folder, will be loaded in place of the supplied Genesis Connect for WooCommerce templates\u003C\u002Fli>\n\u003Cli>Using appropriate filters, modifies the Genesis breadcrumbs output to mimic the breadcrumb structure provided by WooCommerce’s built-in breadcrumbs.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>More about breadcrumbs\u003C\u002Fh4>\n\u003Cp>By default, the Genesis breadcrumbs do not provide the same breadcrumb structure as those built-in to WooCommerce. Genesis Connect for WooCommerce modifies the normal Genesis Breadcrumbs output on shop pages to mimic the structure of those built-in to WooCommerce.\u003C\u002Fp>\n\u003Cp>Note that the templates provided in this plugin automatically unhook WooCommerce’s built-in breadcrumbs via this code in each template:\u003Cbr \u002F>\n    remove_action( ‘woocommerce_before_main_content’, ‘woocommerce_breadcrumb’, 20 );\u003C\u002Fp>\n\u003Ch4>Filters\u003C\u002Fh4>\n\u003Cp>This plugin provides some filters which may be useful for developers.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>genesiswooc_custom_query\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Located in \u003Ccode>gencwooc_single_product_loop()\u003C\u002Fcode> in \u003Ccode>templates\u002Fsingle-product.php\u003C\u002Fcode>.\u003Cbr \u002F>\nThe filter callback function should return a query object or false.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>gencwooc_product_archive_crumb\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Located in \u003Ccode>gencwooc_get_archive_crumb_filter()\u003C\u002Fcode> in \u003Ccode>lib\u002Fbreadcrumb.php\u003C\u002Fcode>.\u003Cbr \u002F>\nAllows further modification of the single product page breadcrumbs.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>gencwooc_single_product_crumb\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Located in \u003Ccode>gencwooc_get_single_crumb()\u003C\u002Fcode> in \u003Ccode>lib\u002Fbreadcrumb.php\u003C\u002Fcode>.\u003Cbr \u002F>\nAllows further modification of the product archive (shop page) breadcrumbs.\u003C\u002Fp>\n\u003Ch4>More info about WooCommerce CSS handling\u003C\u002Fh4>\n\u003Cp>For the benefit of theme developers and customizers, here is a summary of possible scenarios for dealing with WooCommerce CSS:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Case 1: If the \u003Cem>WooCommerce > General settings > Enable WooCommerce CSS\u003C\u002Fem> option is checked, the default stylesheet supplied with WooCommerce will be loaded (see \u003Ccode>wp-content\u002Fplugins\u002Fwoocommerce\u002Fassets\u002Fcss\u002Fwoocommerce.css\u003C\u002Fcode>).\u003C\u002Fli>\n\u003Cli>Case 2: If \u003Cem>WooCommerce > General settings > Enable WooCommerce CSS\u003C\u002Fem> option is unchecked, no stylesheet is loaded.\u003C\u002Fli>\n\u003Cli>Case 3: If the user (or theme developer) sets \u003Ccode>define( 'WOOCOMMERCE_USE_CSS', true );\u003C\u002Fcode> in the child theme functions.php the options setting is ignored and the default WooCommerce stylesheet is loaded, ie has same effect as checking the settings box.\u003C\u002Fli>\n\u003Cli>Case 4: If the user (or theme developer) sets \u003Ccode>define( 'WOOCOMMERCE_USE_CSS', false );\u003C\u002Fcode> in the child theme functions.php the options setting is ignored and NO stylesheet is loaded, ie has same effect as unchecking the settings box. Note: the value of WOOCOMMERCE_USE_CSS always takes precedence over the WooCommerce Settings page option!\u003C\u002Fli>\n\u003Cli>If either Case 1 or Case 3 applies, if themes\u002Fmy-child-theme\u002Fwoocommerce\u002Fstyles.css exists it will be loaded in place of the default woocommerce stylesheet (plugins\u002Fwoocommerce\u002Fassets\u002Fcss\u002Fwoocommerce.css).\u003C\u002Fli>\n\u003Cli>If either Case 2 or 4 applies, as no built-in stylesheet is loaded, all WooCommerce CSS styles need to be added to the theme’s main style.css stylesheet\u003C\u002Fli>\n\u003Cli>Note for Genesis child theme developers: For new themes, theme developers can use \u003Ccode>define( 'WOOCOMMERCE_USE_CSS', false );\u003C\u002Fcode> and place all WooCommerce styles in the theme’s main stylesheet, or do nothing and let the user handle this via Case 1 or 3.\u003C\u002Fli>\n\u003Cli>The above information is based on WooCommerce 1.4.4\u003C\u002Fli>\n\u003C\u002Ful>\n","This plugin allows you to seamlessly integrate WooCommerce with the Genesis Framework and Genesis child themes.",412267,82,17,"2025-12-04T16:45:00.000Z","4.7","5.6",[20,21,23,125],"woocommerce","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fgenesis-connect-woocommerce\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgenesis-connect-woocommerce.1.1.2.zip",{"attackSurface":129,"codeSignals":162,"taintFlows":179,"riskAssessment":180,"analyzedAt":190},{"hooks":130,"ajaxHandlers":158,"restRoutes":159,"shortcodes":160,"cronEvents":161,"entryPointCount":27,"unprotectedCount":27},[131,137,142,147,151,155],{"type":132,"name":133,"callback":134,"file":135,"line":136},"action","plugins_loaded","init","genesis-simple-hooks.php",32,{"type":132,"name":138,"callback":139,"file":140,"line":141},"genesis_admin_menu","admin_menu","includes\\class-genesis-simple-hooks-admin.php",145,{"type":132,"name":143,"callback":144,"file":145,"line":146},"admin_notices","requirements_notice","includes\\class-genesis-simple-hooks.php",107,{"type":132,"name":148,"callback":149,"file":145,"line":150},"genesis_setup","includes",110,{"type":132,"name":152,"callback":153,"file":145,"line":154},"genesis_admin_init","instantiate",111,{"type":132,"name":148,"callback":156,"file":145,"line":157},"execute_hooks",112,[],[],[],[],{"dangerousFunctions":163,"sqlUsage":164,"outputEscaping":166,"fileOperations":27,"externalRequests":27,"nonceChecks":27,"capabilityChecks":177,"bundledLibraries":178},[],{"prepared":27,"raw":27,"locations":165},[],{"escaped":167,"rawEcho":84,"locations":168},12,[169,172,174],{"file":145,"line":170,"context":171},132,"raw output",{"file":145,"line":173,"context":171},226,{"file":175,"line":176,"context":171},"includes\\functions.php",47,2,[],[],{"summary":181,"deductions":182},"The genesis-simple-hooks plugin version 2.3.0 exhibits a generally strong security posture based on the provided static analysis. The plugin has no reported CVEs, indicating a history free of known vulnerabilities.  Furthermore, the code analysis reveals a clean slate regarding dangerous functions, raw SQL queries, file operations, and external HTTP requests. The absence of any taint analysis findings further reinforces this positive assessment, suggesting no readily identifiable pathways for malicious data injection or manipulation. The plugin also demonstrates good practices in output escaping, with a high percentage of outputs being properly handled.",[183,186,188],{"reason":184,"points":185},"No nonce checks found",5,{"reason":187,"points":84},"Only 2 capability checks for the entire plugin",{"reason":189,"points":84},"20% of outputs are not properly escaped","2026-03-16T17:28:13.188Z",{"wat":192,"direct":202},{"assetPaths":193,"generatorPatterns":198,"scriptPaths":199,"versionParams":200},[194,195,196,197],"\u002Fwp-content\u002Fplugins\u002Fgenesis-simple-hooks\u002Fincludes\u002Fclass-genesis-simple-hooks.php","\u002Fwp-content\u002Fplugins\u002Fgenesis-simple-hooks\u002Fincludes\u002Ffunctions.php","\u002Fwp-content\u002Fplugins\u002Fgenesis-simple-hooks\u002Fincludes\u002Fdeprecated.php","\u002Fwp-content\u002Fplugins\u002Fgenesis-simple-hooks\u002Fincludes\u002Fclass-genesis-simple-hooks-admin.php",[],[],[201],"genesis-simple-hooks\u002Fgenesis-simple-hooks.php?ver=2.3.0",{"cssClasses":203,"htmlComments":204,"htmlAttributes":205,"restEndpoints":206,"jsGlobals":207,"shortcodeOutput":208},[],[],[],[],[],[]]