[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fiPFou8fe8bnS8YaLPftTol8lVeGv1-9L3j1RfResyeI":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":40,"analysis":134,"fingerprints":160},"wpml-flag-in-menu","WPML flag in menu","1.2","ramon fincken","https:\u002F\u002Fprofiles.wordpress.org\u002Framon-fincken\u002F","\u003Cp>Shows translated flags (for every language except current viewing lang) in the default or wp_nav_menu at last position.\u003Cbr \u002F>\nwp_nav_menu = Appearance -> menus\u003Cbr \u002F>\nLTR support\u003C\u002Fp>\n\u003Cp>Coding by: \u003Ca href=\"https:\u002F\u002Fwww.mijnpress.nl\" rel=\"nofollow ugc\">MijnPress.nl\u003C\u002Fa> \u003Ca href=\"http:\u002F\u002Ftwitter.com\u002F#!\u002Framonfincken\" rel=\"nofollow ugc\">Twitter profile\u003C\u002Fa> \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Framon-fincken\u002F\" rel=\"nofollow ugc\">More plugins\u003C\u002Fa>\u003C\u002Fp>\n","Shows translated flags (for every language except current viewing lang) in the default or wp_nav_menu at last position",100,9587,90,2,"2021-12-09T13:04:00.000Z","5.8.13","2.0.2","",[20,21,22,23,24],"header","menu","nav","wpnav","wp_nav_menu","https:\u002F\u002Fwww.MijnPress.nl","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwpml-flag-in-menu.1.2.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":36,"avg_patch_time_days":37,"trust_score":38,"computed_at":39},"ramon-fincken",12,4510,91,249,73,"2026-04-04T15:14:48.808Z",[41,57,79,99,117],{"slug":42,"name":43,"version":44,"author":45,"author_profile":46,"description":47,"short_description":48,"active_installs":49,"downloaded":50,"rating":11,"num_ratings":51,"last_updated":52,"tested_up_to":53,"requires_at_least":17,"requires_php":18,"tags":54,"homepage":55,"download_link":56,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"wpml-flag-in-menu-extended","WPML flag in menu Extended","1.7","johanvandemerwe","https:\u002F\u002Fprofiles.wordpress.org\u002Fjvandemerwe\u002F","\u003Cp>Shows translated flags (for every language except current viewing lang) in any selected menu in the plugin settings\u003Cbr \u002F>\nLTR support\u003C\u002Fp>\n\u003Cp>In addition to the plugin from Ramon Fincken, this plugin let you select on which menu you want to add the language flags.\u003Cbr \u002F>\nYou can even make an empty menu and make it dedicated for your language flags and put it as a custom menu in the sidebar.\u003C\u002Fp>\n\u003Cp>To make the flags appear on a translated menu, you go in the settings of the plugin and add the translated menu to the selection\u003Cbr \u002F>\nyou made. This has to be done with every translated menu where you want the flags to appear. So, if you just have translated a\u003Cbr \u002F>\nmenu. Go back to the options of the widget and you will see that this translated menu is added to the list. Select this menu too and\u003Cbr \u002F>\nsave the options.\u003C\u002Fp>\n\u003Cp>See other notes tab for explanation\u003C\u002Fp>\n\u003Cp>Visit: http:\u002F\u002Fwww.enovision.net\u002Fwpml_flag_in_menu_extended\u002F for more explanation.\u003C\u002Fp>\n\u003Ch3>additional classes\u003C\u002Fh3>\n\u003Cp>You can also add an additional class for the IMG and LI tag. On the LI tag is automatically added the class “not-last” for all\u003Cbr \u002F>\nflag items but the last one, and “last” for the last flag.\u003C\u002Fp>\n\u003Cp>Now you can add some styling like:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F* make a border around the flag icon *\u002F\nimg.wpml_flags {\n    border : 1px solid #f1f1f1;\n}\n\n\u002F* bring the icons a bit closer together *\u002F\nli.wpml_flags.not-last {\n    margin-right : -20px;\n}\n\n\u002F* a little left padding after the flag, when name is used too *\u002F\n.wpml_flags_name {\n    padding-left : 10px;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can find these styles in the style.css in the css directory of the plugin.\u003Cbr \u002F>\nModify this to your own requirements.\u003C\u002Fp>\n\u003Ch3>How to right justify the menu’s on a menu?\u003C\u002Fh3>\n\u003Cp>You can add a wrapper class around the flags and put some CSS styles on it.\u003C\u002Fp>\n\u003Cp>In the wrap element you put: div\u003Cbr \u002F>\nIn the wrap extra classes you put: flag_wrapper.\u003C\u002Fp>\n\u003Cpre>\u003Ccode> #main-nav ul div.flag_wrapper {\n    float: right;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>In the wrap element you put: span\u003Cbr \u002F>\nIn the wrap extra classes you put: flag_wrapper.\u003C\u002Fp>\n\u003Cpre>\u003Ccode> #main-nav ul span.flag_wrapper {\n    float: right;\n    line-height: 14px; \u002F* this could be different *\u002F\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>How to add a menu to a seperate widget area?\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Create a new menu f.e.  “Language Selecter”\u003C\u002Fli>\n\u003Cli>Add a custom link to this menu with in the label: [wpml_flag_menu]\u003C\u002Fli>\n\u003Cli>Save the menu\u003C\u002Fli>\n\u003Cli>Create\u002FTranslate the menu in all your languages (to make it exists in all languages)\u003C\u002Fli>\n\u003Cli>Modify the wmpl_flag_menu settings and select the menus used created\u002Ftranslated\u003C\u002Fli>\n\u003Cli>Save the settings\u003C\u002Fli>\n\u003Cli>Add a custom menu widget to the sidebar or any other widget area and select the “Language Selecter” as selected menu\u003C\u002Fli>\n\u003Cli>Save the settings and look for the result\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Limitations\u003C\u002Fh3>\n\u003Cp>This plugin will not create flags on the main navigation menu of SOME(!) Genesis Framework (child) Themes !!!\u003C\u002Fp>\n\u003Cp>Coding by: Johan van de Merwe\u003C\u002Fp>\n","Shows flags of WPML translated content in selected menu's",300,20202,9,"2016-04-07T14:19:00.000Z","4.3.34",[20,21,22,23,24],"http:\u002F\u002Fwww.enovision.nl\u002FWPML_Flag_In_Menu_Extended","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwpml-flag-in-menu-extended.1.7.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":68,"last_updated":69,"tested_up_to":16,"requires_at_least":70,"requires_php":18,"tags":71,"homepage":18,"download_link":75,"security_score":76,"vuln_count":77,"unpatched_count":77,"last_vuln_date":78,"fetched_at":30},"sticky-header-oceanwp","Oceanwp sticky header","1.0.8","קידום ובניית אתרים","https:\u002F\u002Fprofiles.wordpress.org\u002Fscriptcoil\u002F","\u003Ch3>Easy Sticky header installation\u003C\u002Fh3>\n\u003Cp>Activate the plugin, and the sticky header will start to work right away.\u003C\u002Fp>\n\u003Ch3>How to disable the sticky header?\u003C\u002Fh3>\n\u003Cp>You can deactivate the plugin from the settings page by clicking plugins under the administrator’s menu.\u003C\u002Fp>\n\u003Ch3>Are there more features that we need to know?\u003C\u002Fh3>\n\u003Cp>You can choose between styles of the sticky header.\u003Cbr \u002F>\nCurrently, there are two different styles.\u003Cbr \u002F>\n* Shrink\u003Cbr \u002F>\n* Fixed\u003C\u002Fp>\n","Easy Sticky header installation",10000,341954,82,24,"2021-10-22T19:09:00.000Z","3.5.0",[20,21,72,73,74],"navigation","oceanwp","sticky","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsticky-header-oceanwp.zip",63,1,"2022-09-27 00:00:00",{"slug":80,"name":81,"version":82,"author":83,"author_profile":84,"description":85,"short_description":86,"active_installs":87,"downloaded":88,"rating":11,"num_ratings":89,"last_updated":90,"tested_up_to":91,"requires_at_least":92,"requires_php":93,"tags":94,"homepage":97,"download_link":98,"security_score":11,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"mhm-menu-separator","Add menu separators to navigation","2.1.3","Mark Howells-Mead","https:\u002F\u002Fprofiles.wordpress.org\u002Fmarkhowellsmead\u002F","\u003Cp>Allow separator (\u003Ccode>HR\u003C\u002Fcode> \u002F line) and unlinked, text-only entries in WordPress’ classic navigation menus.\u003C\u002Fp>\n\u003Ch3>Block editor\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>This plugin does not support the Block Editor or the navigation block\u003C\u002Fstrong>. It is intended for use with the \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FWordPress_Menu_User_Guide\" rel=\"nofollow ugc\">classic menus\u003C\u002Fa> (e.g. \u003Ccode>wp_nav_menu\u003C\u002Fcode>).\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Upload the plugin folder to the \u003Ccode>\u002Fwp-content\u002Fplugins\u002F\u003C\u002Fcode> directory\u003C\u002Fli>\n\u003Cli>Activate the plugin through the ‘Plugins’ menu in WordPress\u003C\u002Fli>\n\u003Cli>Edit your menu in the “Appearance” section of WordPress Admin. Add a custom link entry, then use \u003Ccode>---\u003C\u002Fcode> (three dashes) as link text for a horizontal line or use \u003Ccode>#\u003C\u002Fcode> as a URL for an unlinked menu entry.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Filters\u003C\u002Fh3>\n\u003Cp>Version 2.1.0 of the plugin added two filters, with which developers can customise the output.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>mhm-menu-separator\u002Fseparator\u003C\u002Fcode> allows customisation of a separator output. Receives the arguments \u003Ccode>'\u003Chr class=\"mhm-menu-separator\">'\u003C\u002Fcode> (the uncustomised HTML) and \u003Ccode>$item\u003C\u002Fcode> (the menu item).\u003C\u002Fli>\n\u003Cli>\u003Ccode>mhm-menu-separator\u002Ftitle\u003C\u002Fcode> allows customisation of an unlinked menu entry. Receives the arguments \u003Ccode>$item->post_title\u003C\u002Fcode> (the plain, unlinked menu item text) and \u003Ccode>$item\u003C\u002Fcode> (the menu item).\u003C\u002Fli>\n\u003C\u002Ful>\n","Allow separator (HR \u002F line) and unlinked, text-only entries in WordPress' classic navigation menus.",900,15755,3,"2025-12-02T16:11:00.000Z","6.9.0","5.0","5.6",[21,72,95,96,24],"sayhellogmbh","separator","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmhm-menu-separator\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmhm-menu-separator.zip",{"slug":100,"name":101,"version":102,"author":103,"author_profile":104,"description":105,"short_description":106,"active_installs":107,"downloaded":108,"rating":109,"num_ratings":14,"last_updated":110,"tested_up_to":111,"requires_at_least":112,"requires_php":18,"tags":113,"homepage":115,"download_link":116,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"disable-parent-menu-link","Disable Parent Menu Link","0.1.3","mediology","https:\u002F\u002Fprofiles.wordpress.org\u002Fmediology\u002F","\u003Cp>By default WordPress wp_nav_menu function generates a link on parent and child menus.If you want that only child links are clickable then this plugin can solve your problem.\u003C\u002Fp>\n\u003Cp>We would be keen you hear your feedback and requests for any enhancements. Please send your feedback to wordpress@mediologysoftware.com.\u003C\u002Fp>\n","A plugin which allows you to disable parent menu link created through wp_nav_menu function.",200,16919,60,"2011-12-09T10:04:00.000Z","3.2.1","3.0",[100,21,114,24],"remove-parent-menu-link","http:\u002F\u002Fwww.mediologysoftware.com\u002Fwp-concierge\u002Fwp-concierge.html","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdisable-parent-menu-link.0.1.3.zip",{"slug":118,"name":119,"version":120,"author":121,"author_profile":122,"description":123,"short_description":124,"active_installs":107,"downloaded":125,"rating":11,"num_ratings":14,"last_updated":126,"tested_up_to":127,"requires_at_least":92,"requires_php":128,"tags":129,"homepage":18,"download_link":133,"security_score":11,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"sticky-elementor","Sticky Elementor – Sticky Header, Menu Color After Sticky, Logo Swap & Back to Top Button","1.1.21","Bhumi","https:\u002F\u002Fprofiles.wordpress.org\u002Fbhumi239\u002F","\u003Cp>Are you looking for a \u003Cstrong>Free Sticky Header for Elementor\u003C\u002Fstrong>?\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Sticky Elementor\u003C\u002Fstrong> is a high-performance, lightweight plugin designed to add advanced sticky effects to any Elementor container. Whether you want a \u003Cstrong>Transparent Sticky Header\u003C\u002Fstrong>, a \u003Cstrong>Sticky Mobile Menu\u003C\u002Fstrong>, or a \u003Cstrong>Shrink Logo on Scroll\u003C\u002Fstrong> effect, this plugin provides a complete toolkit with zero coding required.\u003C\u002Fp>\n\u003Cp>Built for full compatibility with Elementor’s \u003Cstrong>Flexbox container system\u003C\u002Fstrong>, it offers advanced scroll effects, sticky triggers, entrance animations, and responsive visibility.\u003C\u002Fp>\n\u003Ch3>🌟 Why Choose Sticky Elementor?\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Zero Layout Shift (CLS Fix):\u003C\u002Fstrong> Our dynamic spacer ensures your content doesn’t “jump” when the header becomes sticky, improving your Google Core Web Vitals score.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Mobile-First Design:\u003C\u002Fstrong> Individual sticky controls for Desktop, Tablet, and Mobile.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>All-in-One Solution:\u003C\u002Fstrong> Get advanced sticky options, logo swapping, and menu styling in one lightweight package.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>🚀 Key Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Works seamlessly with Elementor Flexbox containers and common widgets: Nav Menu, Button, Heading — with full control to change their styles even after they become sticky.\u003C\u002Fli>\n\u003Cli>Compatible with \u003Cstrong>Essential Addons for Elementor\u003C\u002Fstrong> (e.g., Button, Simple Menu widgets) – sticky effects work perfectly with them.\u003C\u002Fli>\n\u003Cli>Fully works with \u003Cstrong>Templately templates\u003C\u002Fstrong>, so you can directly use sticky effects inside pre-built designs.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Back to Top button\u003C\u002Fstrong> with smooth scroll animation (fully customizable).\u003C\u002Fli>\n\u003Cli>Any container sticky – headers, sections, logos, toolbars, or promo bars.\u003C\u002Fli>\n\u003Cli>Control sticky position: top, middle, or bottom.\u003C\u002Fli>\n\u003Cli>Customize appearance: top offset, padding, background, width, and border radius.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Entrance animations\u003C\u002Fstrong> for sticky elements: fade, slide, zoom, rotate, bounce, and more.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Transition Speed\u003C\u002Fstrong> controller to adjust animation speed.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Z-Index control\u003C\u002Fstrong> to manage stacking of sticky elements.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Rotation effects (X & Y)\u003C\u002Fstrong> on scroll for dynamic animations.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Responsive controls\u003C\u002Fstrong> for desktop, tablet, and mobile.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Shrink logos\u003C\u002Fstrong> and \u003Cstrong>change logo color\u003C\u002Fstrong> on scroll.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Glassmorphism Effects:\u003C\u002Fstrong> Add modern Blur (Backdrop Filter) and Transparency effects for a premium look.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Menu & Button Styling:\u003C\u002Fstrong> Change navigation text color and button backgrounds specifically for the sticky state.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Back to Top Button:\u003C\u002Fstrong> Add a smooth-scrolling back to top button with customizable styles.\u003C\u002Fli>\n\u003Cli>Works seamlessly with popular Elementor addons (Royal Addons, Premium Addons, ElementsKit, Ultimate Addons for Elementor, plus more) ensuring smooth compatibility.\u003C\u002Fli>\n\u003Cli>Lightweight and optimized with minimal \u003Cstrong>JS & CSS\u003C\u002Fstrong> for top performance.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Whether you’re building a sticky header, floating section, or a smart scroll-based container — this plugin makes it fast and easy, and it works fully with free Elementor (Pro is not required).\u003C\u002Fp>\n\u003Ch3>✅ Compatibility with Popular Elementor Addons\u003C\u002Fh3>\n\u003Cp>Sticky Elementor is fully tested and compatible with popular Elementor addons and their key widgets:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Elementor Addons\u003C\u002Fstrong> – Fully supports Heading,Button and Icon styling after sticky.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Essential Addons for Elementor\u003C\u002Fstrong> – Works with Button, Simple Menu widgets.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Royal Addons for Elementor\u003C\u002Fstrong> – Compatible with Nav Menu, Mega Menu, and Button widgets.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Premium Addons for Elementor\u003C\u002Fstrong> – Sticky effects work smoothly with Nav Menu and Button widgets.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>ElementsKit Elementor Addons\u003C\u002Fstrong> – Fully supports Nav Menu and Button styling after sticky.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Ultimate Addons for Elementor\u003C\u002Fstrong> – Compatible with Nav Menu widgets and sticky styling.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Flexbox Containers & Templately Templates\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>👨‍💻 Why Choose Sticky Elementor?\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>100% free and easy to use.\u003C\u002Fli>\n\u003Cli>Lightweight and optimized for performance.\u003C\u002Fli>\n\u003Cli>Designed with SEO-friendly practices.\u003C\u002Fli>\n\u003Cli>Regular updates with new features.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Credits\u003C\u002Fh3>\n\u003Cp>Developed with ❤️ by Bhumi\u003C\u002Fp>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>This plugin is licensed under the GPLv2 or later.\u003Cbr \u002F>\nSee https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html for details.\u003C\u002Fp>\n","Free Sticky Header for Elementor. Features Logo Swap, Shrink Effect, Mobile Sticky Menu, Scroll Blur, and Zero Layout Shift. No Pro Required!",3179,"2026-02-13T16:16:00.000Z","6.9.4","7.2",[130,20,72,131,132],"elementor","sticky-header","sticky-menu","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsticky-elementor.1.1.21.zip",{"attackSurface":135,"codeSignals":148,"taintFlows":155,"riskAssessment":156,"analyzedAt":159},{"hooks":136,"ajaxHandlers":144,"restRoutes":145,"shortcodes":146,"cronEvents":147,"entryPointCount":28,"unprotectedCount":28},[137],{"type":138,"name":139,"callback":140,"priority":141,"file":142,"line":143},"filter","wp_nav_menu_items","mijnpress_wpml_flag_in_menu",99,"wpml_flag_in_menu.php",11,[],[],[],[],{"dangerousFunctions":149,"sqlUsage":150,"outputEscaping":152,"fileOperations":28,"externalRequests":28,"nonceChecks":28,"capabilityChecks":28,"bundledLibraries":154},[],{"prepared":28,"raw":28,"locations":151},[],{"escaped":28,"rawEcho":28,"locations":153},[],[],[],{"summary":157,"deductions":158},"Based on the provided static analysis and vulnerability history, the wpml-flag-in-menu plugin v1.2 exhibits a very strong security posture. The absence of any identified dangerous functions, SQL queries without prepared statements, unescaped output, file operations, external HTTP requests, or taint flows with unsanitized paths is highly commendable. Furthermore, the lack of any recorded vulnerabilities, past or present, indicates a history of secure development practices. The plugin also demonstrates good security hygiene by not bundling external libraries that could introduce vulnerabilities. \n\nWhile the analysis shows a zero attack surface and a complete absence of unprotected entry points, this also means there are no explicit capability or nonce checks being performed on these potential interaction points, as they are currently nonexistent. This is a positive finding, as it means there are no immediate security holes. However, it's worth noting that if future development introduces any of these entry points, the implementation of robust authentication and authorization checks will be crucial to maintaining this excellent security record. In conclusion, this version of the plugin appears to be very secure.",[],"2026-03-16T20:50:23.169Z",{"wat":161,"direct":166},{"assetPaths":162,"generatorPatterns":163,"scriptPaths":164,"versionParams":165},[],[],[],[],{"cssClasses":167,"htmlComments":169,"htmlAttributes":170,"restEndpoints":171,"jsGlobals":172,"shortcodeOutput":173},[168],"mp_custom_flag",[],[168],[],[],[]]