[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fFpC4sg--W5pOtZl7-kjZANHcwaZdS9cOlxedKTSeZPw":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":11,"last_updated":13,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":17,"homepage":23,"download_link":24,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27,"vulnerabilities":28,"developer":29,"crawl_stats":26,"alternatives":35,"analysis":131,"fingerprints":192},"admin-bar-pagination","Admin Bar Pagination","1.0.0","Ferdy S","https:\u002F\u002Fprofiles.wordpress.org\u002Fferdysopian\u002F","\u003Cp>Simple plugin that adds pagination to the WordPress admin toolbar. Perfect for sites with many plugins that clutter the admin bar.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Features:\u003C\u002Fstrong>\u003Cbr \u002F>\n* Paginates admin bar menu items (3 per page)\u003Cbr \u002F>\n* Keeps WordPress logo and site name visible\u003Cbr \u002F>\n* Responsive design for mobile devices\u003Cbr \u002F>\n* Customizable items per page (1-10)\u003Cbr \u002F>\n* Lightweight and fast\u003C\u002Fp>\n","Adds pagination to the WordPress admin toolbar to manage menu items on smaller screens. Shows 3 menu items per page with navigation controls.",0,178,"2025-11-19T07:09:00.000Z","6.8.5","5.0","7.4",[18,19,20,21,22],"admin","mobile","pagination","responsive","toolbar","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fadmin-bar-pagination\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-bar-pagination.1.0.0.zip",100,null,"2026-03-15T15:16:48.613Z",[],{"slug":30,"display_name":7,"profile_url":8,"plugin_count":31,"total_installs":11,"avg_security_score":25,"avg_patch_time_days":32,"trust_score":33,"computed_at":34},"ferdysopian",1,30,94,"2026-04-04T09:10:39.578Z",[36,54,71,95,112],{"slug":37,"name":38,"version":39,"author":40,"author_profile":41,"description":42,"short_description":43,"active_installs":44,"downloaded":45,"rating":25,"num_ratings":31,"last_updated":46,"tested_up_to":47,"requires_at_least":48,"requires_php":49,"tags":50,"homepage":51,"download_link":52,"security_score":53,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27},"responsive-pagination","Responsive Pagination","1.4.1","Bagus Sasikirono","https:\u002F\u002Fprofiles.wordpress.org\u002Fsasikirono\u002F","\u003Cp>Responsive Pagination plugin lets you configure your paginations to adapt to different screen size. Your paginations can be shown differently based on browser width as in responsive web design concept.\u003C\u002Fp>\n\u003Cp>For instance, you might want to have a longer pagination with many page numbers when your site visitors are using desktops and large screens, but need shorter pagination with only \u003Cem>Prev\u003C\u002Fem> and \u003Cem>Next\u003C\u002Fem> link when they’re using phones.\u003C\u002Fp>\n\u003Cp>You may try using this plugin when you found your theme is not doing well with the responsive design on its pagination. This plugin lets you configure manually to the desired breakpoints.\u003C\u002Fp>\n\u003Ch3>Two Different Methods to Apply Responsive Pagination\u003C\u002Fh3>\n\u003Cp>You can choose the way you want to apply responsive pagination.\u003C\u002Fp>\n\u003Ch4>Method A : Convert Existing Paginations (No Coding Required)\u003C\u002Fh4>\n\u003Cp>This method will convert the existing paginations from your theme into responsive paginations without needs to add any WordPress shortcode or PHP code. You only need to fill the selectors (\u003Cem>CSS\u003C\u002Fem> or \u003Cem>jQuery\u003C\u002Fem>-like selector) of the existing pagination elements. You’ll input the selectors in Admin Settings Page (\u003Cem>Settings > Responsive Pagination\u003C\u002Fem>)\u003C\u002Fp>\n\u003Ch4>Method B : Create new Pagination Programmatically from Scratch\u003C\u002Fh4>\n\u003Cp>This method will need you to insert PHP code into template files directly using \u003Cem>Responsive Pagination API\u003C\u002Fem>. This method supports queries using \u003Cem>WP_Query\u003C\u002Fem>, or even something more generic without \u003Cem>WP_Query\u003C\u002Fem>.\u003C\u002Fp>\n\u003Ch3>Responsive Pagination API (For Programmatic Usage)\u003C\u002Fh3>\n\u003Cp>\u003Cem>Note : This API section is a short guide for creating responsive pagination programmatically. However, there is easier solution using this plugin without touching any code – that is by converting your theme’s existing pagination from within Admin Settings Page with just providing its CSS\u002FjQuery selector.\u003C\u002Fem>\u003C\u002Fp>\n\u003Cp>If you want to create responsive pagination programmatically, this plugin adds new function for you to use, which will render a new pagination where you put the function.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php create_responsive_pagination( $id, $args ) ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Parameters :\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>$id\u003C\u002Fcode>: \u003Cem>(string)\u003C\u002Fem> \u003Cem>(required)\u003C\u002Fem> ID for the new pagination you want to create in \u003Cem>kebab-case\u003C\u002Fem> format.\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ccode>$args\u003C\u002Fcode> : \u003Cem>(WP_Query | array)\u003C\u002Fem> \u003Cem>(required)\u003C\u002Fem> \u003Ca href=\"https:\u002F\u002Fdeveloper.wordpress.org\u002Freference\u002Fclasses\u002Fwp_query\u002F\" rel=\"nofollow ugc\">WP_Query\u003C\u002Fa> instance, or an associative array contains :\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>$current\u003C\u002Fcode> : \u003Cem>(int)\u003C\u002Fem> Current page\u003C\u002Fli>\n\u003Cli>\u003Ccode>$total\u003C\u002Fcode>: \u003Cem>(int)\u003C\u002Fem> Total pages\u003C\u002Fli>\n\u003Cli>\u003Ccode>$urlFirstPage\u003C\u002Fcode> : \u003Cem>(string)\u003C\u002Fem> URL for first page\u003C\u002Fli>\n\u003Cli>\u003Ccode>$urlPattern\u003C\u002Fcode>: \u003Cem>(string)\u003C\u002Fem> URL pattern for this pagination by using \u003Ccode>{pagenum}\u003C\u002Fcode> tag.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Note : Pagination settings and Breakpoint Configurations are still configured from within Admin Settings Page.\u003C\u002Fp>\n\u003Ch4>Example (For Programmatic Usage)\u003C\u002Fh4>\n\u003Cp>Example for creating pagination for posts within main loop using \u003Cem>WP_Query\u003C\u002Fem>. This also works with custom post type as long as you have \u003Cem>WP_Query\u003C\u002Fem> within loop.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n  global $wp_query;   \u002F\u002F or some custom WP_Query instance\n  if( function_exists( 'create_responsive_pagination' ) ) {\n      create_responsive_pagination( 'my-pagination-id', $wp_query );\n  }\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Example for creating a more generic pagination by providing your own data for current page, total pages, URL first page, and URL pattern without \u003Cem>WP_Query\u003C\u002Fem>.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n  if( function_exists( 'create_responsive_pagination' ) ) {\n      create_responsive_pagination( 'my-pagination-id', array(\n        'current'         => $my_current_page,   \u002F\u002F your current page here\n        'total'           => $my_total_pages,    \u002F\u002F your total page here\n        'url_first_page'  => 'https:\u002F\u002Fwww.example.com\u002Farchives\u002F',   \u002F\u002F URL when current page = 1\n        'url_pattern'     => 'https:\u002F\u002Fwww.example.com\u002Farchives\u002Fpage\u002F{pagenum}'   \u002F\u002F the pattern using {pagenum} tag\n      ) );\n  }\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Configure your paginations to adapt to different screen size like phones, tablets, and desktops.",10,1736,"2021-07-23T15:40:00.000Z","5.8.13","3.5.0","5.3",[19,20,21],"","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fresponsive-pagination.1.4.1.zip",85,{"slug":55,"name":56,"version":57,"author":58,"author_profile":59,"description":60,"short_description":61,"active_installs":11,"downloaded":62,"rating":11,"num_ratings":11,"last_updated":63,"tested_up_to":64,"requires_at_least":65,"requires_php":16,"tags":66,"homepage":69,"download_link":70,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27},"responsive-preview-admin-viewports","Responsive Admin Viewports Preview","1.0.1","Adnan Shahid","https:\u002F\u002Fprofiles.wordpress.org\u002Fadnanthemes\u002F","\u003Cp>Responsive preview tool for WordPress admin to switch between mobile, tablet, and desktop viewports inside the dashboard.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Key features\u003C\u002Fstrong>\u003Cbr \u002F>\n* One-click viewport buttons (Mobile \u002F Tablet \u002F Desktop)\u003Cbr \u002F>\n* Uses an iframe to preview your site inside the WordPress admin\u003Cbr \u002F>\n* No tracking, no external requests, no background processes\u003C\u002Fp>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>GPLv2 or later.\u003C\u002Fp>\n","Responsive preview tool for WordPress admin to switch between mobile, tablet, and desktop viewports inside the dashboard.",102,"2026-01-14T16:07:00.000Z","6.9.4","5.8",[18,19,67,21,68],"preview","tablet","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fresponsive-preview-admin-viewports\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fresponsive-preview-admin-viewports.1.0.1.zip",{"slug":72,"name":73,"version":74,"author":72,"author_profile":75,"description":76,"short_description":77,"active_installs":78,"downloaded":79,"rating":80,"num_ratings":81,"last_updated":82,"tested_up_to":64,"requires_at_least":15,"requires_php":83,"tags":84,"homepage":90,"download_link":91,"security_score":92,"vuln_count":93,"unpatched_count":11,"last_vuln_date":94,"fetched_at":27},"megamenu","Max Mega Menu","3.7","https:\u002F\u002Fprofiles.wordpress.org\u002Fmegamenu\u002F","\u003Cp>Max Mega Menu will automatically convert your existing menu into a mega menu. You can then add any WordPress widget to your menu, restyle your menu using the theme editor and change the menu behaviour using the built in settings. Max Mega Menu is a complete menu management plugin, perfect for taking control of your existing menu and turning it into a user-friendly, accessible and touch ready menu with just a few clicks.\u003C\u002Fp>\n\u003Cp>\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\u002F44dJwP1AXT8?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>Documentation & Demo: \u003Ca href=\"https:\u002F\u002Fwww.megamenu.com\" rel=\"nofollow ugc\">https:\u002F\u002Fwww.megamenu.com\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Mobile\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Automatic support for native touch events\u003C\u002Fli>\n\u003Cli>Off Canvas Mobile Menu option built in\u003C\u002Fli>\n\u003Cli>Specify your own Responsive Breakpoint\u003C\u002Fli>\n\u003Cli>For items with sub menus, choose between “First click opens sub menu, second click closes sub menu” or “First click opens sub menu, second click follows link”\u003C\u002Fli>\n\u003Cli>Option to hide sub menus on mobile\u003C\u002Fli>\n\u003Cli>Mobile Toggle Bar designer allows you to tailor the toggle bar elements to fit in with your site design\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Builds upon the standard WordPress menus system\u003C\u002Fli>\n\u003Cli>Restores the \u003Cem>Appearance > Menus\u003C\u002Fem> screen in “full site editing” themes\u003C\u002Fli>\n\u003Cli>Supports multiple menu locations each with their own configuration\u003C\u002Fli>\n\u003Cli>Off canvas (slide in from left or right) or standard drop down mobile menu\u003C\u002Fli>\n\u003Cli>Organise your sub menu content into rows and columns using the Grid Layout builder\u003C\u002Fli>\n\u003Cli>Display WordPress Widgets in your menu\u003C\u002Fli>\n\u003Cli>Fully customise the styling of your menus using the built in theme editor\u003C\u002Fli>\n\u003Cli>Supports Flyout (traditional) or Mega Menu sub menu styles\u003C\u002Fli>\n\u003Cli>Hover, Hover Intent or Click event to open sub menus\u003C\u002Fli>\n\u003Cli>Fade, Fade Up, Slide Up or Slide sub menu transitions\u003C\u002Fli>\n\u003Cli>Add icons to menu items\u003C\u002Fli>\n\u003Cli>Menu item options including Hide Text, Disable Link, Hide on Mobile etc\u003C\u002Fli>\n\u003Cli>Align menu items to the left or right of the menu bar\u003C\u002Fli>\n\u003Cli>Align sub menus to left or right of parent menu item\u003C\u002Fli>\n\u003Cli>Display your menu using Automatic Integration, Block, Widget or Shortcode.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Accessibility\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Keyboard Navigation built in\u003C\u002Fli>\n\u003Cli>\u003Ccode>TAB\u003C\u002Fcode> activates keyboard navigation and navigates through the menu\u003C\u002Fli>\n\u003Cli>\u003Ccode>ENTER\u003C\u002Fcode> or \u003Ccode>SPACE\u003C\u002Fcode> on a sub menu arrow indicator shows\u002Fhides the sub menu\u003C\u002Fli>\n\u003Cli>\u003Ccode>ESC\u003C\u002Fcode> closes all open sub menus\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Max Mega Menu is developed with a focus on code quality, performance and usability.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>The only mega menu plugin with zero “!important”, block or inline CSS styles\u003C\u002Fli>\n\u003Cli>Menus are styled using a single, static CSS file\u003C\u002Fli>\n\u003Cli>Less than 2kb JavaScript (when gzipped)\u003C\u002Fli>\n\u003Cli>Responsive, touch & retina ready\u003C\u002Fli>\n\u003Cli>Built with accessibility in mind – keyboard navigation supported\u003C\u002Fli>\n\u003Cli>Extensively tested in all modern desktop and mobile browsers\u003C\u002Fli>\n\u003Cli>Clean code with a low memory footprint\u003C\u002Fli>\n\u003Cli>Supports all core nav_menu filters (prepend filter name with “mega_”)\u003C\u002Fli>\n\u003Cli>In depth documentation\u003C\u002Fli>\n\u003Cli>Basic Support included with free version\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Pro Features:\u003C\u002Fh4>\n\u003Cblockquote>\n\u003Cul>\n\u003Cli>Tabbed Mega Menus\u003C\u002Fli>\n\u003Cli>Sticky Menu\u003C\u002Fli>\n\u003Cli>Vertical & Accordion Menus\u003C\u002Fli>\n\u003Cli>FontAwesome, Genericon & Custom Icons\u003C\u002Fli>\n\u003Cli>Custom Item Styling\u003C\u002Fli>\n\u003Cli>Menu Logo\u003C\u002Fli>\n\u003Cli>Search Box\u003C\u002Fli>\n\u003Cli>WooCommerce & EDD support\u003C\u002Fli>\n\u003Cli>Google Fonts\u003C\u002Fli>\n\u003Cli>Roles & Restrictions\u003C\u002Fli>\n\u003Cli>Mobile toggle blocks\u003C\u002Fli>\n\u003Cli>Automatic updates\u003C\u002Fli>\n\u003Cli>Priority Support\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Find out more: \u003Ca href=\"https:\u002F\u002Fwww.megamenu.com\u002Fupgrade\u002F\" rel=\"nofollow ugc\">https:\u002F\u002Fwww.megamenu.com\u002Fupgrade\u002F\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n","An easy to use mega menu plugin. Written the WordPress way.",300000,11383037,96,858,"2025-12-15T10:28:00.000Z","5.6",[85,86,87,88,89],"mega-menu","menu","mobile-menu","navigation","responsive-menu","https:\u002F\u002Fwww.megamenu.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmegamenu.3.7.zip",99,2,"2024-03-26 00:00:00",{"slug":87,"name":96,"version":97,"author":98,"author_profile":99,"description":100,"short_description":101,"active_installs":102,"downloaded":103,"rating":33,"num_ratings":104,"last_updated":105,"tested_up_to":14,"requires_at_least":106,"requires_php":83,"tags":107,"homepage":108,"download_link":109,"security_score":80,"vuln_count":110,"unpatched_count":11,"last_vuln_date":111,"fetched_at":27},"WP Mobile Menu – The Mobile-Friendly Responsive Menu","2.8.8","Rui Guerreiro","https:\u002F\u002Fprofiles.wordpress.org\u002Ftakanakui\u002F","\u003Cp>Need some help with the mobile website experience? Need an Mobile Menu plugin that keep your mobile visitors engaged?\u003C\u002Fp>\n\u003Cp>WP Mobile Menu is the best WordPress responsive mobile menu. Provide to your mobile visitor an easy access to your site content using any device smartphone\u002Ftablet\u002Fdesktop.\u003C\u002Fp>\n\u003Cp>Se below the lisf of features of what our WordPress Responsive Menu can do for you.\u003C\u002Fp>\n\u003Cp>No coding knowledge is required. Works with all WordPress responsive themes.\u003C\u002Fp>\n\u003Ch4>Links\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdemo.wpmobilemenu.com\u002F?utm_source=wprepo-readme&utm_medium=user%20website&utm_campaign=readme_link\" rel=\"nofollow ugc\">Free Demo\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fshopdemo.wpmobilemenu.com\u002F?utm_source=wprepo-readme&utm_medium=user%20website&utm_campaign=readme_link\" rel=\"nofollow ugc\">Ecommerce Demo\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fprodemo.wpmobilemenu.com\u002F?utm_source=wprepo-readme&utm_medium=user%20website&utm_campaign=readme_link\" rel=\"nofollow ugc\">Professional Demo\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.wpmobilemenu.com\u002F?utm_source=wprepo-readme&utm_medium=user%20website&utm_campaign=readme_link\" rel=\"nofollow ugc\">Website\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.wpmobilemenu.com\u002Fknowledgebase\u002F?utm_source=wprepo-readme&utm_medium=user%20website&utm_campaign=readme_link\" rel=\"nofollow ugc\">Documentation\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>This are the features that will keep your mobile visitors engaged\u003C\u002Fh3>\n\u003Cul>\n\u003Cli> 3 Depth Menu Level\u003C\u002Fli>\n\u003Cli> Naked Header \u003C\u002Fli>\n\u003Cli> Overlay Mask when the menu is opened  \u003C\u002Fli>\n\u003Cli> Logo\u002FText Branding  \u003C\u002Fli>\n\u003Cli> Background image for the menus  \u003C\u002Fli>\n\u003Cli> Naked Header  \u003C\u002Fli>\n\u003Cli> Hide specific elements when the Mobile Menu is visible(theme menus, or any html element)  \u003C\u002Fli>\n\u003Cli> Google Fonts  \u003C\u002Fli>\n\u003Cli> Customise the styling of your mobile menus  \u003C\u002Fli>\n\u003Cli> Display Type – Slideout Over Content, Slideout Push Content\u003C\u002Fli>\n\u003Cli> [Premium]  Disable Mobile Menus in specific pages\u003C\u002Fli>\n\u003Cli> [Premium]  Alternative menus per page\u003C\u002Fli>\n\u003Cli> [Premium]  Menus only visible for logged in users\u003C\u002Fli>\n\u003Cli> [Premium]  Header Live Search\u003C\u002Fli>\n\u003Cli> [Premium]  Header Banner(above and below the header)\u003C\u002Fli>\n\u003Cli> [Premium]  Footer menus\u003C\u002Fli>\n\u003Cli> [Premium]  Menus Display Type – Overlay Full Width, Slideout From Top\u003C\u002Fli>\n\u003Cli> [Premium]  Sliding menus\u003C\u002Fli>\n\u003Cli> [Premium]  2000+ Icons (FontAwesome, Fontelicon, Iconic, Entypo, Typicons)\u003C\u002Fli>\n\u003Cli> [Premium]  Animated Icons\u003C\u002Fli>\n\u003Cli> [Premium]  5th Depth Menu Levels\u003C\u002Fli>\n\u003Cli> [Premium]  Copyright section\u003C\u002Fli>\n\u003Cli> [Premium]  Import\u002FExport options\u003C\u002Fli>\n\u003Cli> and much more…\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Increase your Woocommerce shop website sales conversion\u003C\u002Fh3>\n\u003Cul>\n\u003Cli> [Premium ECOMMERCE]  Menu Cart Icon\u003C\u002Fli>\n\u003Cli> [Premium ECOMMERCE]  Sliding Cart\u003C\u002Fli>\n\u003Cli> [Premium ECOMMERCE]  Checkout and View Cart buttons in Sliding Cart\u003C\u002Fli>\n\u003Cli> [Premium ECOMMERCE]  Account links in Sliding Cart\u003C\u002Fli>\n\u003Cli> [Premium ECOMMERCE]  Mobile Product Filter\u003C\u002Fli>\n\u003Cli> [Premium ECOMMERCE]  Header Products Live Search\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cblockquote>\n\u003Cp>Note: some of the features are Premium. To have access to those features you will need WP Mobile Menu Premium. You can \u003Ca href=\"https:\u002F\u002Fwww.wpmobilemenu.com\u002Fpricing\u002F?utm_source=wprepo-readme&utm_medium=user%20website&utm_campaign=readme_link\" rel=\"nofollow ugc\">get WP Mobile Menu Premium here\u003C\u002Fa>!\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch4>Related Plugins\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmenu-image\u002F\" rel=\"ugc\">Menu Image\u003C\u002Fa>: Easily add an image or icon in a menu item. Creating a better website menu.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwww.freshlightlab.com\u002Fpay-with-stripe?utm_source=wprepo-mobile-menu&utm_medium=wprepo_readme&utm_campaign=FreshlightLab+Pay+With+Stripe+Landing+Page\" rel=\"nofollow ugc\">Pay With Stripe\u003C\u002Fa>: Sell your products on your WordPress website without any other complex e-commerce plugin.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>I need help or I have a doubt, check our Support\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\n\u003Cp>Great Support, our free support is above the average. Only the Premium support is better and faster.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fmobile-menu\" rel=\"ugc\">WP Mobile Menu Support page\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Bug reports for WP Mobile Menu are \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fruiguerreiro79\u002Fmobile-menu\" rel=\"nofollow ugc\">welcomed on GitHub\u003C\u002Fa>. Please note GitHub is not a support forum, and issues that aren’t properly qualified as bugs will be closed.\u003C\u002Fp>\n","Need some help with the mobile website experience? Need an Mobile Menu plugin that keep your mobile visitors engaged?",80000,2289139,256,"2025-06-23T06:57:00.000Z","4.4",[86,19,87,21,89],"https:\u002F\u002Fwww.wpmobilemenu.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmobile-menu.2.8.8.zip",4,"2024-07-30 00:00:00",{"slug":89,"name":113,"version":114,"author":115,"author_profile":116,"description":117,"short_description":118,"active_installs":102,"downloaded":119,"rating":120,"num_ratings":121,"last_updated":122,"tested_up_to":64,"requires_at_least":123,"requires_php":83,"tags":124,"homepage":126,"download_link":127,"security_score":128,"vuln_count":129,"unpatched_count":11,"last_vuln_date":130,"fetched_at":27},"Responsive Menu – Create Mobile-Friendly Menu","4.7.1","ExpressTech Systems","https:\u002F\u002Fprofiles.wordpress.org\u002Fexpresstech\u002F","\u003Cp>Highly customisable Responsive Menu Plugin for WordPress. With over 150 customisable options you get a combination of 22,500 options! No coding experience or knowledge is needed with an easy to use interface you can get it looking exactly as you want with minimal fuss.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>See it in action:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fresponsive.menu\u002F?utm_source=readme&utm_medium=plugin&utm_campaign=reponsivemenu_plugin\" rel=\"nofollow ugc\">https:\u002F\u002Fresponsive.menu\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fdemo.responsive.menu\u002F?utm_source=readme&utm_medium=plugin&utm_campaign=reponsivemenu_plugin\" rel=\"nofollow ugc\">https:\u002F\u002Fdemo.responsive.menu\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Requirements:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>PHP 5.5+\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Full Knowledgebase and dedicated support forum:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fresponsive.menu\u002Fknowledgebase\u002F?utm_source=readme&utm_medium=plugin&utm_campaign=reponsivemenu_plugin\" rel=\"nofollow ugc\">https:\u002F\u002Fresponsive.menu\u002Fknowledgebase\u002F\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fresponsive.menu\u002Fsupport\u002F?utm_source=readme&utm_medium=plugin&utm_campaign=reponsivemenu_plugin\" rel=\"nofollow ugc\">https:\u002F\u002Fresponsive.menu\u002Fsupport\u002F\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Fully unit tested:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>100% unit test coverage with tests included in the plugin so you can run them yourself for peace of mind\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Basic Functionality:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Change every text, background and border colour\u003C\u002Fli>\n\u003Cli>Set the fonts, font sizes and text alignment you want to use\u003C\u002Fli>\n\u003Cli>Set which side and where you want the button to show\u003C\u002Fli>\n\u003Cli>Set which side the menu appears from (left, right, top or bottom)\u003C\u002Fli>\n\u003Cli>Use background image for the menu\u003C\u002Fli>\n\u003Cli>Choice of menu animations (slide over the top or push the content)\u003C\u002Fli>\n\u003Cli>Choice of which Menu to use\u003C\u002Fli>\n\u003Cli>Choice of screen size at which the menu will be shown\u003C\u002Fli>\n\u003Cli>Choice of CSS elements to hide when menu is showing\u003C\u002Fli>\n\u003Cli>Choice of Sub-menu depth to display down to\u003C\u002Fli>\n\u003Cli>Choice of Animation Types & Speeds for the Menu & Button\u003C\u002Fli>\n\u003Cli>Integrated search (fully customisable)\u003C\u002Fli>\n\u003Cli>Ability to disable and re-order the different components\u003C\u002Fli>\n\u003Cli>Ability to fix the button to the top or to let it scroll with the page\u003C\u002Fli>\n\u003Cli>Ability to upload logos, sub-arrow images etc.\u003C\u002Fli>\n\u003Cli>Ability to include Scripts externally, minified and in footer\u003C\u002Fli>\n\u003Cli>Ability to import and export options in a click of a button\u003C\u002Fli>\n\u003Cli>Ability to add custom HTML components\u003C\u002Fli>\n\u003Cli>Ability to choose custom menu triggers\u003C\u002Fli>\n\u003Cli>WPML\u002FPolylang Support\u003C\u002Fli>\n\u003Cli>RTL Support\u003C\u002Fli>\n\u003Cli>Plus much, much more!\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Advanced & Pro Functionality:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Preview your changes before implementing\u003C\u002Fli>\n\u003Cli>Animate the menu items when menu is opened\u003C\u002Fli>\n\u003Cli>FontIcon Support for individual menu items\u003C\u002Fli>\n\u003Cli>15 button animation effects\u003C\u002Fli>\n\u003Cli>Colour opacity for all colours\u003C\u002Fli>\n\u003Cli>Custom overlay colour and opacity\u003C\u002Fli>\n\u003Cli>Integrated header bar\u003C\u002Fli>\n\u003Cli>Let the plugin provide and style your main menu as well as hamburger menu\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For more reasons to go Pro, please visit \u003Ca href=\"https:\u002F\u002Fresponsive.menu#why-go-pro\" rel=\"nofollow ugc\">this page\u003C\u002Fa> or check our \u003Ca href=\"https:\u002F\u002Fnext.expresstech.io\u002Fresponsive-menu\" rel=\"nofollow ugc\">roadmap\u003C\u002Fa>\u003C\u002Fp>\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\u002Ft3jLRvtRiDE?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>\n\u003Cp>🌐Our themes and plugins\u003C\u002Fp>\n\u003Cp>If you like this plugin, consider exploring our other themes and plugins:\u003C\u002Fp>\n\u003Cp>🧱 \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fthemes\u002Fgutena\u002F\" rel=\"ugc\">Gutena\u003C\u002Fa> – Block Based Theme for WordPress includes over 50 free block patterns with new patterns added every week.\u003C\u002Fp>\n\u003Cp>⏱️ \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fquiz-master-next\u002F\" rel=\"ugc\">Quiz and Survey Master\u003C\u002Fa> – Best WordPress Quiz Plugin to create engaging quizzes, surveys, & exams using WordPress and convert your website into a lead generation machine.\u003C\u002Fp>\n\u003Cp>📙 \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fprojectopia-core\u002F\" rel=\"ugc\">Projectopia\u003C\u002Fa> – Project Management & Invoicing plugin for WordPress. Generate invoices, send quotes, generate leads, manage clients, provide support – all inside your WordPress website.\u003C\u002Fp>\n\u003Cp>📅 \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fbooking-ultra-pro\u002F\" rel=\"ugc\">Booking Ultra\u003C\u002Fa> – Appointment Booking plugin for WordPress – Show a quick form to accept bookings for your services with pre-set booking slots. Ideal for salons, medical professionals, lawyers, consultants, etc.\u003C\u002Fp>\n\u003Cp>⚡ \u003Ca href=\"https:\u002F\u002Finstawp.com\u002F\" rel=\"nofollow ugc\">InstaWP\u003C\u002Fa> – Launch a quick WordPress site with this sandbox service. Create New WordPress instance within a second.\u003C\u002Fp>\n","Highly customisable Responsive Menu plugin with 150+ options. No coding knowledge needed to design it exactly as you want.",4458608,90,566,"2026-03-02T08:47:00.000Z","3.6",[125,85,19,88,21],"hamburger","https:\u002F\u002Fexpresstech.io","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fresponsive-menu.4.7.1.zip",97,5,"2022-03-16 11:48:00",{"attackSurface":132,"codeSignals":168,"taintFlows":185,"riskAssessment":186,"analyzedAt":191},{"hooks":133,"ajaxHandlers":164,"restRoutes":165,"shortcodes":166,"cronEvents":167,"entryPointCount":11,"unprotectedCount":11},[134,140,144,149,152,156,160],{"type":135,"name":136,"callback":137,"file":138,"line":139},"action","plugins_loaded","admbarpgn_element_load","admin-bar-pagination.php",108,{"type":135,"name":141,"callback":141,"file":142,"line":143},"init","inc\\Admin.php",44,{"type":135,"name":145,"callback":146,"priority":147,"file":142,"line":148},"wp_enqueue_scripts","enqueue_scripts",20,52,{"type":135,"name":150,"callback":146,"priority":147,"file":142,"line":151},"admin_enqueue_scripts",53,{"type":135,"name":153,"callback":154,"file":142,"line":155},"admin_menu","add_admin_menu",56,{"type":135,"name":157,"callback":158,"file":142,"line":159},"admin_init","register_settings",57,{"type":135,"name":161,"callback":162,"file":142,"line":163},"network_admin_menu","add_network_admin_menu",61,[],[],[],[],{"dangerousFunctions":169,"sqlUsage":170,"outputEscaping":172,"fileOperations":11,"externalRequests":11,"nonceChecks":31,"capabilityChecks":93,"bundledLibraries":184},[],{"prepared":11,"raw":11,"locations":171},[],{"escaped":173,"rawEcho":110,"locations":174},12,[175,178,180,182],{"file":142,"line":176,"context":177},238,"raw output",{"file":142,"line":179,"context":177},240,{"file":142,"line":181,"context":177},263,{"file":142,"line":183,"context":177},279,[],[],{"summary":187,"deductions":188},"The \"admin-bar-pagination\" v1.0.0 plugin exhibits a strong security posture based on the provided static analysis. The absence of any AJAX handlers, REST API routes, shortcodes, or cron events significantly limits its attack surface.  The code also demonstrates good practices with 100% of SQL queries utilizing prepared statements and the presence of nonce and capability checks. The plugin does not perform file operations or external HTTP requests, further reducing potential vulnerabilities.\n\nHowever, there are minor concerns regarding output escaping, with 25% of outputs not being properly escaped. While taint analysis shows no issues, this unescaped output could potentially lead to cross-site scripting (XSS) vulnerabilities if user-controlled data is directly outputted without sanitization.  The vulnerability history being completely clear is a positive indicator, suggesting a well-maintained and secure plugin over time.  Overall, the plugin appears to be secure with only minor areas for improvement in output sanitization.",[189],{"reason":190,"points":129},"Unescaped output found","2026-03-17T07:09:34.822Z",{"wat":193,"direct":202},{"assetPaths":194,"generatorPatterns":197,"scriptPaths":198,"versionParams":199},[195,196],"\u002Fwp-content\u002Fplugins\u002Fadmin-bar-pagination\u002Fassets\u002Fcss\u002Fadmin-bar-pagination.min.css","\u002Fwp-content\u002Fplugins\u002Fadmin-bar-pagination\u002Fassets\u002Fjs\u002Fadmin-bar-pagination.min.js",[],[196],[200,201],"admin-bar-pagination\u002Fassets\u002Fcss\u002Fadmin-bar-pagination.min.css?ver=","admin-bar-pagination\u002Fassets\u002Fjs\u002Fadmin-bar-pagination.min.js?ver=",{"cssClasses":203,"htmlComments":204,"htmlAttributes":205,"restEndpoints":206,"jsGlobals":207,"shortcodeOutput":209},[],[],[],[],[208],"admbarpgnSettings",[]]