[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fAL2OX8m1RBkPlF6n96dPov7-AY9KPolajGRVHUocxaM":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"saurabhshukla","Saurabh","https:\u002F\u002Fprofiles.wordpress.org\u002Fsaurabhshukla\u002F",1,9000,85,30,84,"2026-04-05T02:52:12.501Z",[14],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":8,"downloaded":20,"rating":21,"num_ratings":22,"last_updated":23,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":27,"homepage":31,"download_link":32,"security_score":9,"vuln_count":33,"unpatched_count":33,"last_vuln_date":34,"fetched_at":35},"widgets-in-menu","Widgets in Menu for WordPress","1.0.0","\u003Cp>Allows you to add Widgets in WordPress Navigation Menus via a custom widget area and an extra box in menu edit screen.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>\u003Cstrong>Warning\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>You will need to have some CSS skills for the widgets to display properly in nav menus.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch4>Usage\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwidgets-in-menu\u002Fscreenshots\" rel=\"ugc\">View the screenshots\u003C\u002Fa> for usage instructions.\u003C\u002Fp>\n\u003Ch4>Source code and Contributions\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fyapapaya\u002FWidgets-In-Menu-for-WordPress\" rel=\"nofollow ugc\">Fork on Github\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>Contributions are always welcome\u003C\u002Fp>\n\u003Ch4>Documentation\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Most documentation is inline.\u003C\u002Fli>\n\u003Cli>The hooks (actions and filters) are documented in the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwidgets-in-menu\u002Fother_notes\u002F\" rel=\"ugc\">Other Notes\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Some useful stuff is in the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwidgets-in-menu\u002Ffaq\u002F\" rel=\"ugc\">FAQ section\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Hooks\u003C\u002Fh3>\n\u003Ch4>Actions\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>yawp_wim_pre_callback\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Fires before a widget’s display callback is called. Similar to ‘dynamic_sidebar’ action.\u003C\u002Fp>\n\u003Cp>\u003Cem>Parameters\u003C\u002Fem>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cem>$yawp_wim_widget\u003C\u002Fem>    array    An associative array of widget arguments.\n\u003Col>\n\u003Cli>string \u003Cem>$name\u003C\u002Fem> Name of the widget.\u003C\u002Fli>\n\u003Cli>string \u003Cem>$id\u003C\u002Fem> Widget ID.\u003C\u002Fli>\n\u003Cli>array|callback \u003Cem>$callback\u003C\u002Fem> When the hook is fired on the front-end, $callback is an array containing the widget object. Fired on the back-end, $callback is ‘wp_widget_control’, see $_callback.\u003C\u002Fli>\n\u003Cli>array \u003Cem>$params\u003C\u002Fem> An associative array of multi-widget arguments.\u003C\u002Fli>\n\u003Cli>string \u003Cem>$classname\u003C\u002Fem> CSS class applied to the widget container.\u003C\u002Fli>\n\u003Cli>string \u003Cem>$description\u003C\u002Fem> The widget description.\u003C\u002Fli>\n\u003Cli>array \u003Cem>$_callback\u003C\u002Fem> When the hook is fired on the back-end, $_callback is populated with an array containing the widget object, see $callback.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Filters\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>yawp_wim_attribute_prefix\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Filters the prefix used in class\u002Fid attributes in html display.\u003C\u002Fp>\n\u003Cp>\u003Cem>Parameters\u003C\u002Fem>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cem>$default_prefix\u003C\u002Fem>    string   The default prefix: ‘yawp_wim’\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>yawp_wim_widget_params\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Filter the parameters passed to the widget’s display callback. Similar to ‘dynamic_sidebar_params’ filter\u003C\u002Fp>\n\u003Cp>\u003Cem>Parameters\u003C\u002Fem>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cem>$params\u003C\u002Fem>    array\n\u003Col>\n\u003Cli>array   \u003Cem>$args\u003C\u002Fem> An array of widget display arguments.\n\u003Col>\n\u003Cli>string \u003Cem>$name\u003C\u002Fem> Name of the sidebar the widget is assigned to.\u003C\u002Fli>\n\u003Cli>string \u003Cem>$id\u003C\u002Fem> ID of the sidebar the widget is assigned to.\u003C\u002Fli>\n\u003Cli>string \u003Cem>$description\u003C\u002Fem> The sidebar description.\u003C\u002Fli>\n\u003Cli>string \u003Cem>$class\u003C\u002Fem> CSS class applied to the sidebar container.\u003C\u002Fli>\n\u003Cli>string \u003Cem>$before_widget\u003C\u002Fem> HTML markup to prepend to each widget in the sidebar.\u003C\u002Fli>\n\u003Cli>string \u003Cem>$after_widget\u003C\u002Fem> HTML markup to append to each widget in the sidebar.\u003C\u002Fli>\n\u003Cli>string \u003Cem>$before_title\u003C\u002Fem> HTML markup to prepend to the widget title when displayed.\u003C\u002Fli>\n\u003Cli>string \u003Cem>$after_title\u003C\u002Fem> HTML markup to append to the widget title when displayed.\u003C\u002Fli>\n\u003Cli>string \u003Cem>$widget_id\u003C\u002Fem> ID of the widget.\u003C\u002Fli>\n\u003Cli>string \u003Cem>$widget_name\u003C\u002Fem> Name of the widget. }\u003C\u002Fli>\n\u003C\u002Fol>\n\u003C\u002Fli>\n\u003Cli>array   \u003Cem>$widget_args\u003C\u002Fem>  An array of multi-widget arguments.\n\u003Col>\n\u003Cli>int \u003Cem>$number\u003C\u002Fem> Number increment used for multiples of the same widget.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>yawp_wim_no_widgets_message\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Filters the html displayed if no widgets are present in the sidebar.\u003C\u002Fp>\n\u003Cp>\u003Cem>Parameters\u003C\u002Fem>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>$no_widgets_output\u003C\u002Fstrong>   array   The default output\u003C\u002Fli>\n\u003C\u002Ful>\n","Allows you to add Widgets in WordPress Navigation Menus",106447,96,21,"2018-06-27T04:16:00.000Z","4.7.32","3.5","",[28,29,30],"custom-link","menus","widgets","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwidgets-in-menu\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwidgets-in-menu.zip",0,null,"2026-03-15T15:16:48.613Z"]