[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fOkONVLmCaH1oPJzP1VX3ig2A1w6pSwDx8Gp3k2qb59A":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":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":32,"crawl_stats":29,"alternatives":39,"analysis":137,"fingerprints":203},"wp-conditional-themes","Conditional Themes","0.6","Nashwan D","https:\u002F\u002Fprofiles.wordpress.org\u002Falex-ye\u002F","\u003Cp>Conditional Themes is an API to switch the themes on certain conditions.\u003C\u002Fp>\n\u003Ch4>Usage\u003C\u002Fh4>\n\u003Cp>Write an another plugin file and use the Conditional Themes API as the example below:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_action('plugins_loaded', 'my_conditional_themes_setup', 100);\n\nfunction my_conditional_themes_setup()\n{\n    \u002F\u002F Switch to Twenty Eleven theme if the visitor use Internet Explorer.\n    Conditional_Themes_Manager::register('twentyeleven', function() {\n        global $is_IE;\n        return (bool) $is_IE;\n    });\n\n    \u002F\u002F Switch to Twenty Thirteen theme if the user has administrator role.\n    Conditional_Themes_Manager::register('twentythirteen', function() {\n        return current_user_can('administrator');\n    });\n\n    \u002F\u002F Switch to a custom theme if the visitor use a mobile device.\n    Conditional_Themes_Manager::register('mobile', 'wp_is_mobile');\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Another example, With enabling persistent mode.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_action('plugins_loaded', 'my_conditional_themes_setup', 100);\n\nfunction my_conditional_themes_setup()\n{\n    \u002F\u002F Enable the switcher persistent mode.\n    Conditional_Themes_Manager::set_option('persistent', true);\n\n    \u002F\u002F Switch to Twenty Sixteen theme when we being on 2016.\n    Conditional_Themes_Manager::register('twentysixteen', function() {\n        return (date('Y') == 2016);\n    });\n\n    \u002F\u002F Switch to Twenty Fifteen theme when the site reaches 500 post.\n    Conditional_Themes_Manager::register('twentyfifteen', function() {\n        return ((int) wp_count_posts() > 500);\n    });\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Note: You can use \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcode-snippets\" rel=\"ugc\">Code Snippets\u003C\u002Fa> plugin to add the code snippets to your site.\u003C\u002Fp>\n\u003Ch4>Contributing\u003C\u002Fh4>\n\u003Cp>Developers can contribute to the source code on the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fnash-ye\u002FWP-Conditional-Themes\" rel=\"nofollow ugc\">Github Repository\u003C\u002Fa>.\u003C\u002Fp>\n","A simple API to switch the themes on certain conditions.",60,4722,98,9,"2019-07-19T16:18:00.000Z","5.2.24","3.4","",[20,21,22,23,24],"api","switch","theme","theme-switcher","themes","https:\u002F\u002Fgithub.com\u002Fnash-ye\u002FWP-Conditional-Themes","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-conditional-themes.0.6.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":33,"display_name":7,"profile_url":8,"plugin_count":34,"total_installs":35,"avg_security_score":27,"avg_patch_time_days":36,"trust_score":37,"computed_at":38},"alex-ye",5,610,30,84,"2026-04-04T21:13:01.747Z",[40,59,76,96,114],{"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":14,"last_updated":51,"tested_up_to":52,"requires_at_least":53,"requires_php":18,"tags":54,"homepage":57,"download_link":58,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"ijm-theme-bar","IJM Theme Switcher Bar","2.0","ijmccallum","https:\u002F\u002Fprofiles.wordpress.org\u002Fijmccallum\u002F","\u003Cp>This theme demo \u002F theme switcher plugin will add a bar to the top of your WordPress site listing every theme you have installed.  It gives visitors the ability to switch between themes and try out their look on your live site.\u003C\u002Fp>\n\u003Cp>After installation it requires no set up, it just works.\u003C\u002Fp>\n\u003Cp>If you would like to see any extensions to this theme switcher please don’t hesitate to contact me from my website or post something in the support section.  And, if you like it – please leave something nice in the review section!  The more popular this becomes the more likely I’ll be to work on giving it lots more extra awesome.\u003C\u002Fp>\n\u003Ch4>Why another theme switcher?\u003C\u002Fh4>\n\u003Cp>I built this theme switcher primarily for myself.  There are a number of other theme switchers out there but they all require visitors to click on a drop down menu then select a theme to demo or have some other complication and none of them had the clean, simple, minimal way of switching that I was hoping for in a theme switcher.  So I built this theme switcher to give visitors an instant list of all the themes I hope to develop which they will be able to demo in a single click, also it doesn’t need any set up so it’s very easy!\u003C\u002Fp>\n\u003Cp>So, I imagine most of the people interested in this theme switcher would be theme developers but if there are any people who are really indecisive about how they want their website to look, I guess this could provide them with an interesting solution to the website design problem.  Let me know if you can think of any other uses for a theme switcher!\u003C\u002Fp>\n","Add a theme switcher \u002F theme demo bar to your site. Allows users to switch the theme they see on your site.",10,5561,96,"2013-12-03T13:31:00.000Z","3.7.41","2.9",[55,56,22,23,24],"demo","switcher","http:\u002F\u002Fiainjmccallum.com\u002Fwordpress\u002Flive-demo-theme-bar\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fijm-theme-bar.2.0.zip",{"slug":60,"name":61,"version":62,"author":63,"author_profile":64,"description":65,"short_description":66,"active_installs":48,"downloaded":67,"rating":68,"num_ratings":69,"last_updated":70,"tested_up_to":71,"requires_at_least":72,"requires_php":18,"tags":73,"homepage":74,"download_link":75,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"jp-theme-bar","JP Theme Switcher Bar","0.1.0","Josh Pollock","https:\u002F\u002Fprofiles.wordpress.org\u002Fshelob9\u002F","\u003Cp>Use this plugin to create a demo site for your themes, or use it to allow users to customize the presentation of your site.\u003C\u002Fp>\n\u003Cp>The JP Theme Bar Plugin adds a theme switching bar to the bottom of your site, perfect for theme preview sites.  The settings page for the plugin lets the end user choose which themes to add, as well as set the colors for the theme bar. You can see it in action on this site.\u003C\u002Fp>\n\u003Cp>New in version 0.0.3 -> Themes will update theme mods when changing themes allowing for individual theme settings to be previewed properly.\u003C\u002Fp>\n\u003Cp>This plugin is based on the \u003Ca href=\"http:\u002F\u002Fiainjmccallum.com\u002Fwordpress\u002Flive-demo-theme-bar\u002F\" rel=\"nofollow ugc\">IJM Theme Switcher Bar v2.0\u003C\u002Fa> by \u003Ca href=\"http:\u002F\u002Fwww.iainjmccallum.com\u002F\" rel=\"nofollow ugc\">Iain J McCallum\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>IMPORTANT- The plugin \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ftheme-test-drive\u002F\" rel=\"ugc\">Theme Test Drive\u003C\u002Fa> by \u003Ca href=\"http:\u002F\u002Fwww.prelovac.com\u002Fvladimir\u002F\" rel=\"nofollow ugc\">Vladimir Prelovac\u003C\u002Fa> must be installed and activated in order for the theme switching to work.\u003C\u002Fp>\n","Adds a theme switcher\u002F theme demo bar to the bottom of your site to allow users to switch the theme they see on your site.",3007,100,1,"2014-09-04T19:15:00.000Z","4.0.38","3.8",[55,56,22,23,24],"http:\u002F\u002Fjpwp.me\u002Fjptb","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fjp-theme-bar.zip",{"slug":77,"name":78,"version":79,"author":80,"author_profile":81,"description":82,"short_description":83,"active_installs":28,"downloaded":84,"rating":28,"num_ratings":28,"last_updated":85,"tested_up_to":86,"requires_at_least":87,"requires_php":88,"tags":89,"homepage":94,"download_link":95,"security_score":68,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"osom-multi-theme-switcher","Osom Multi Theme Switcher","1.2.2","Osom Studio WordPress and WooCommerce Agency","https:\u002F\u002Fprofiles.wordpress.org\u002Fosomstudio\u002F","\u003Cp>Osom Multi Theme Switcher lets you run multiple WordPress themes on a single site — assigning different themes to specific pages, posts, post types, categories, tags, or custom URLs.\u003C\u002Fp>\n\u003Cp>Built by \u003Ca href=\"https:\u002F\u002Fwww.osomstudio.com\" rel=\"nofollow ugc\">Osom Studio\u003C\u002Fa>, a WordPress & WooCommerce agency with 10+ years of experience managing complex multi-theme setups for clients.\u003C\u002Fp>\n\u003Cp>We built this plugin because we kept solving the same problem for clients: one WordPress installation, multiple designs. Landing pages that need a completely different look. A WooCommerce store that runs a separate theme from the corporate site. A membership area with its own design system.\u003C\u002Fp>\n\u003Cp>Instead of hacking theme conditionals into functions.php every time, we packaged our solution into a plugin.\u003C\u002Fp>\n\u003Ch4>When you need this\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Landing pages\u003C\u002Fstrong> with a unique design — without touching your main theme\u003C\u002Fli>\n\u003Cli>\u003Cstrong>WooCommerce stores\u003C\u002Fstrong> running a dedicated shop theme alongside a corporate theme\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Membership or gated sections\u003C\u002Fstrong> with a separate visual identity\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Theme testing\u003C\u002Fstrong> — preview a new theme on specific pages before switching site-wide\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Agencies managing multi-brand WordPress installations\u003C\u002Fstrong> from a single dashboard\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Key features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Flexible rules\u003C\u002Fstrong> — assign themes by page, post, post type, custom URL, category, or tag\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Full theme loading\u003C\u002Fstrong> — the alternative theme’s functions.php loads completely, so page builders (Elementor, Divi, Beaver Builder) and custom functionality work as expected\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Admin theme switcher\u003C\u002Fstrong> — access settings for any installed theme directly from the admin bar\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Per-user admin theme\u003C\u002Fstrong> — each administrator can use their preferred dashboard theme independently\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Draft & scheduled support\u003C\u002Fstrong> — apply themes to unpublished content for preview and staging\u003C\u002Fli>\n\u003Cli>\u003Cstrong>REST API support\u003C\u002Fstrong> — configure custom REST API prefixes per theme\u003C\u002Fli>\n\u003Cli>\u003Cstrong>ACF compatible\u003C\u002Fstrong> — loads Advanced Custom Fields JSON from all active theme directories\u003C\u002Fli>\n\u003Cli>\u003Cstrong>No code required\u003C\u002Fstrong> — set up everything through the WordPress admin panel\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>How it works\u003C\u002Fh4>\n\u003Col>\n\u003Cli>Install and activate the plugin\u003C\u002Fli>\n\u003Cli>Go to \u003Cstrong>Appearance > Theme Switcher\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>Select a rule type (Page, Post, Post Type, Category, Tag, or Custom URL)\u003C\u002Fli>\n\u003Cli>Choose the content to target\u003C\u002Fli>\n\u003Cli>Pick the alternative theme\u003C\u002Fli>\n\u003Cli>Click \u003Cstrong>Add Rule\u003C\u002Fstrong> — changes apply immediately\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>The plugin hooks into WordPress on the \u003Ccode>setup_theme\u003C\u002Fcode> action, before any theme code runs. This ensures full compatibility with theme features, widgets, customizer settings, and page builders.\u003C\u002Fp>\n","Use different themes for specific pages, posts, or URLs while keeping your main theme active site-wide.",246,"2026-02-23T09:05:00.000Z","6.9.4","5.0","7.0",[90,91,92,23,93],"landing-page-theme","multiple-themes","theme-per-page","woocommerce-theme","https:\u002F\u002Fgithub.com\u002Fosomstudio\u002Fosom-multi-theme-switcher","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fosom-multi-theme-switcher.1.2.2.zip",{"slug":97,"name":98,"version":99,"author":100,"author_profile":101,"description":102,"short_description":103,"active_installs":28,"downloaded":104,"rating":68,"num_ratings":69,"last_updated":105,"tested_up_to":106,"requires_at_least":107,"requires_php":108,"tags":109,"homepage":112,"download_link":113,"security_score":68,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"smntcs-theme-toggle","SMNTCS Theme Toggle","1.0","Niels Lange","https:\u002F\u002Fprofiles.wordpress.org\u002Fnielslange\u002F","\u003Cp>SMNTCS Theme Toggle is a lightweight and efficient WordPress plugin designed to streamline theme management. It adds a convenient theme switcher to the WordPress admin bar, enabling administrators and developers to quickly switch between installed themes without navigating away from their current page.\u003C\u002Fp>\n\u003Cp>This plugin is particularly useful for:\u003Cbr \u002F>\n* Theme developers who need to test different themes\u003Cbr \u002F>\n* Site administrators who frequently switch between themes\u003Cbr \u002F>\n* Anyone who wants a more convenient way to manage themes\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Quick theme switching from the admin bar\u003C\u002Fli>\n\u003Cli>Maintains current page context after theme switching\u003C\u002Fli>\n\u003Cli>Responsive design with multi-column layout\u003C\u002Fli>\n\u003Cli>Visual indicators for active theme\u003C\u002Fli>\n\u003Cli>Secure theme switching with nonce verification\u003C\u002Fli>\n\u003Cli>Clean and modern user interface\u003C\u002Fli>\n\u003Cli>Supports all WordPress themes\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Security\u003C\u002Fh4>\n\u003Cp>The plugin implements several security measures:\u003Cbr \u002F>\n* Nonce verification for theme switching\u003Cbr \u002F>\n* Capability checks (only users with \u003Ccode>manage_options\u003C\u002Fcode> can access)\u003Cbr \u002F>\n* Proper sanitization of URLs and data\u003C\u002Fp>\n","A powerful WordPress plugin that adds a theme switcher to the admin bar, allowing administrators to quickly switch between installed themes without le &hellip;",386,"2025-04-18T14:22:00.000Z","6.8.5","5.5","7.4",[110,22,23,111,24],"admin-bar","theme-toggle","https:\u002F\u002Fgithub.com\u002Fnielslange\u002Fsmntcs-theme-toggle","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsmntcs-theme-toggle.1.0.zip",{"slug":115,"name":116,"version":117,"author":118,"author_profile":119,"description":120,"short_description":121,"active_installs":122,"downloaded":123,"rating":50,"num_ratings":124,"last_updated":125,"tested_up_to":126,"requires_at_least":127,"requires_php":18,"tags":128,"homepage":134,"download_link":135,"security_score":136,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"any-mobile-theme-switcher","Any Mobile Theme Switcher","3.2","Dnesscarkey","https:\u002F\u002Fprofiles.wordpress.org\u002Fdnesscarkey\u002F","\u003Cp>Detects all the Mobile Browsers and loads the mobile theme as per your settings done in admin.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Iphone \u002F Ipod\u003C\u002Fli>\n\u003Cli>Ipad\u003C\u002Fli>\n\u003Cli>Palm Os\u003C\u002Fli>\n\u003Cli>Android\u003C\u002Fli>\n\u003Cli>Android Tab\u003C\u002Fli>\n\u003Cli>Windows Mobile\u003C\u002Fli>\n\u003Cli>Blackberry\u003C\u002Fli>\n\u003Cli>Opera Mini\u003C\u002Fli>\n\u003Cli>Others Mobile Browsers\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You can select a different mobile theme for each mobile browser. You can select different mobile themes for each of the options above.\u003C\u002Fp>\n\u003Cp>Any Mobile Theme Switcher Pro Features\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Works With W3 Total Cache\u003C\u002Fli>\n\u003Cli>Serve seprate home page for mobile devices.\u003C\u002Fli>\n\u003Cli>QR code for mobile bookmarking.\u003C\u002Fli>\n\u003Cli>Better Mobile Detection.\u003C\u002Fli>\n\u003Cli>Click To Call to phone numbers.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Click \u003Ca href=\"https:\u002F\u002Fdineshkarki.com.np\u002Fany-mobile-theme-switcher\u002Fbuy-pro-version\" title=\"Any Mobile Theme Switcher Pro\" rel=\"nofollow ugc\">here\u003C\u002Fa> for details about Any Mobile Theme Swticher Pro\u003C\u002Fp>\n\u003Cp>Please visit our own \u003Ca href=\"http:\u002F\u002Fdineshkarki.com.np\u002Fforums\u002Fforum\u002Fmobile-theme-switcher\" rel=\"nofollow ugc\">support forum\u003C\u002Fa> for any issues. We don’t respond support ticket created here.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Installation Video (Thanks to Scott Wiseman)\u003C\u002Fstrong>\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\u002FOqXhTW9FpRI?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\u003Cp>\u003Cstrong>Our Other Plugins\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fuse-any-font\" rel=\"ugc\">Use Any Font\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fhoneypot\u002F\" rel=\"ugc\">WP Armour Anti Spam Plugin\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdineshkarki.com.np\u002Fjquery-validation-for-gravity-forms\" rel=\"nofollow ugc\">jQuery Validation for Gravity Forms\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fjquery-validation-for-contact-form-7\u002F\" rel=\"ugc\">jQuery Validation For Contact Form 7\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fblock-specific-plugin-updates\u002F\" rel=\"ugc\">Block Specific Plugin Updates\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ffeatured-image-in-rss-feed\u002F\" rel=\"ugc\">Featured Image In RSS Feed\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fadd-tags-and-category-to-page\u002F\" rel=\"ugc\">Add Tags And Category To Page\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n","This Plugin detects mobile browser and display the theme as the setting done from admin. Usefull for switch to Mobile Theme.",20000,447512,244,"2024-09-03T15:18:00.000Z","6.6.5","3.0",[129,130,131,132,133],"mobile-browser-detect","mobile-detect","mobile-theme","mobile-theme-switcher","theme-redirection-based-on-mobile-device","http:\u002F\u002Fdineshkarki.com.np\u002Fany-mobile-theme-switcher","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fany-mobile-theme-switcher.3.2.zip",92,{"attackSurface":138,"codeSignals":191,"taintFlows":198,"riskAssessment":199,"analyzedAt":202},{"hooks":139,"ajaxHandlers":187,"restRoutes":188,"shortcodes":189,"cronEvents":190,"entryPointCount":28,"unprotectedCount":28},[140,146,150,153,156,160,164,168,172,176,181],{"type":141,"name":142,"callback":143,"priority":69,"file":144,"line":145},"filter","template","filter_template","includes\\class-conditional-themes-switcher.php",269,{"type":141,"name":147,"callback":148,"priority":69,"file":144,"line":149},"stylesheet","filter_stylesheet",270,{"type":141,"name":151,"callback":143,"file":144,"line":152},"pre_option_template",272,{"type":141,"name":154,"callback":148,"file":144,"line":155},"pre_option_stylesheet",273,{"type":141,"name":157,"callback":158,"file":144,"line":159},"pre_option_current_theme","filter_current_theme",274,{"type":141,"name":161,"callback":162,"file":144,"line":163},"pre_option_template_root","filter_template_root",276,{"type":141,"name":165,"callback":166,"file":144,"line":167},"pre_option_stylesheet_root","filter_stylesheet_root",277,{"type":141,"name":169,"callback":170,"file":144,"line":171},"pre_option_sidebars_widgets","filter_sidebars_widgets",278,{"type":141,"name":173,"callback":174,"priority":48,"file":144,"line":175},"pre_update_option_sidebars_widgets","update_sidebars_widgets",280,{"type":177,"name":178,"callback":179,"file":144,"line":180},"action","setup_theme","setup_switched_theme",291,{"type":177,"name":182,"callback":183,"priority":184,"file":185,"line":186},"plugins_loaded","instance",99,"main.php",46,[],[],[],[],{"dangerousFunctions":192,"sqlUsage":193,"outputEscaping":195,"fileOperations":28,"externalRequests":28,"nonceChecks":28,"capabilityChecks":28,"bundledLibraries":197},[],{"prepared":28,"raw":28,"locations":194},[],{"escaped":28,"rawEcho":28,"locations":196},[],[],[],{"summary":200,"deductions":201},"The \"wp-conditional-themes\" v0.6 plugin exhibits a strong security posture based on the provided static analysis and vulnerability history. The complete absence of detectable attack surface points, such as AJAX handlers, REST API routes, shortcodes, and cron events, significantly reduces the plugin's exposure to potential exploits. Furthermore, the code analysis shows no instances of dangerous functions, unsanitized paths, raw SQL queries, unescaped output, or file operations, all of which are positive indicators of secure coding practices. The lack of external HTTP requests and the absence of nonce and capability checks (while noted as zero, it also implies no immediate risk from these checks being absent in an unprotected context, given the zero attack surface) further contribute to this positive assessment.\n\nThe vulnerability history of this plugin is also remarkably clean, with zero recorded CVEs across all severity levels. This suggests a history of well-maintained code and a proactive approach to security by its developers. The absence of any common vulnerability types or past incidents reinforces this conclusion.  While the plugin's current version appears to be secure, the overall lack of specific security features like nonces or capability checks on entry points might indicate a design philosophy focused on minimal interaction rather than robust security hardening for hypothetical future expansion or unforeseen attack vectors. However, given the current state, the risks associated with this plugin are exceptionally low.",[],"2026-03-16T21:50:12.409Z",{"wat":204,"direct":217},{"assetPaths":205,"generatorPatterns":210,"scriptPaths":211,"versionParams":212},[206,207,208,209],"\u002Fwp-content\u002Fplugins\u002Fwp-conditional-themes\u002Fcss\u002Fadmin-style.css","\u002Fwp-content\u002Fplugins\u002Fwp-conditional-themes\u002Fcss\u002Ffrontend-style.css","\u002Fwp-content\u002Fplugins\u002Fwp-conditional-themes\u002Fjs\u002Fadmin-script.js","\u002Fwp-content\u002Fplugins\u002Fwp-conditional-themes\u002Fjs\u002Ffrontend-script.js",[],[208,209],[213,214,215,216],"wp-conditional-themes\u002Fcss\u002Fadmin-style.css?ver=","wp-conditional-themes\u002Fcss\u002Ffrontend-style.css?ver=","wp-conditional-themes\u002Fjs\u002Fadmin-script.js?ver=","wp-conditional-themes\u002Fjs\u002Ffrontend-script.js?ver=",{"cssClasses":218,"htmlComments":221,"htmlAttributes":222,"restEndpoints":223,"jsGlobals":224,"shortcodeOutput":227},[219,220],"nd-erza-admin-wrap","nd-erza-frontend-wrap",[],[],[],[225,226],"nd_erza_admin_params","nd_erza_frontend_params",[]]