[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fLj1IOcfD_Jr7V3DDa3bQlpKpsSlzQN6DF-fegzEQ3h0":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":152,"fingerprints":210},"reusable-gutenberg-blocks-widget","Reusable Gutenberg Blocks Widget","1.0","Jeffrey Carandang","https:\u002F\u002Fprofiles.wordpress.org\u002Fphpbits\u002F","\u003Cp>Easily display WordPress Gutenberg Editor saved reusable blocks anywhere via widget.\u003C\u002Fp>\n\u003Ch3>Easy Setup\u003C\u002Fh3>\n\u003Cp>After plugin activation, \u003Cstrong>Reusable Block\u003C\u002Fstrong> widget will be available under \u003Cstrong>Appearance > Widgets\u003C\u002Fstrong>, just drag and drop to any desired widget area.\u003C\u002Fp>\n\u003Ch3>Extensible\u003C\u002Fh3>\n\u003Cp>If you want to upgrade your widgets usage. You can use \u003Ca href=\"https:\u002F\u002Fwidget-options.com\u002Fmodal-pop-up-and-sliding-widget-options\u002F?utm_source=gutenberg-reusable-widget-org\" rel=\"nofollow ugc\">Modal Pop-up & Sliding Widget Options\u003C\u002Fa> to display your widgets as modal pop-ups, slide-ins and\u002For sliding widgets. Powered with triggers like exit-intent, on load and on scroll you can increase your user engagement easily.\u003C\u002Fp>\n","Easily display WordPress Gutenberg Editor saved reusable blocks anywhere via widget.",500,18773,100,6,"2018-02-20T01:57:00.000Z","5.0.25","4.0","",[20,21,22,23,24],"block","blocks","gutenberg","widget","widgets","https:\u002F\u002Fwidget-options.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Freusable-gutenberg-blocks-widget.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":27,"computed_at":38},"phpbits",7,4840,87,30,"2026-04-04T09:15:27.137Z",[40,64,86,112,135],{"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":53,"requires_at_least":54,"requires_php":55,"tags":56,"homepage":18,"download_link":60,"security_score":61,"vuln_count":62,"unpatched_count":28,"last_vuln_date":63,"fetched_at":30},"widget-logic","Widget Logic","6.0.9","Widgetlogic.org","https:\u002F\u002Fprofiles.wordpress.org\u002Fwidgetlogics\u002F","\u003Cp>This plugin gives every widget an extra control field called “Widget logic” that lets you control the pages that the widget will appear on. The text field lets you use WP’s \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FConditional_Tags\" rel=\"nofollow ugc\">Conditional Tags\u003C\u002Fa>, or any general PHP code.\u003C\u002Fp>\n\u003Cp>The configuring and options are in the usual widget admin interface.\u003C\u002Fp>\n\u003Cp>BIG UPDATE:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Now you can control widget in Gutenberg Widgets editor as well as in Classic Editor. It is just as easy as before but also in gutenberg view.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Pre-installed widgets let you add special widget with one click of the mouse. First pre-installed widget is Live Match that let you add widget of one random live football game with real time score updates (teams logos, livescore, minute of the match, tournament name). And more interesting widgets to come!\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>NOTE ON DEFAULT FUNCTIONS:\u003C\u002Fstrong> Widget Logic includes a whitelist of common WordPress conditional tags and safe functions. If you need additional WordPress functions that are not currently whitelisted, please create a topic in our \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fwidget-logic\u002F\" rel=\"ugc\">support forum\u003C\u002Fa> to request them. We regularly add commonly requested functions in new releases.\u003C\u002Fp>\n\u003Ch4>Configuration\u003C\u002Fh4>\n\u003Cp>Aside from logic against your widgets, there are three options added to the foot of the widget admin page (see screenshots).\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Use ‘wp_reset_query’ fix — Many features of WP, as well as the many themes and plugins out there, can mess with the conditional tags, such that is_home is NOT true on the home page. This can often be fixed with a quick wp_reset_query() statement just before the widgets are called, and this option puts that in for you rather than having to resort to code editing\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Load logic — This option allows you to set the point in the page load at which your widget logic if first checked. Pre v.50 it was when the ‘wp_head’ trigger happened, ie during the creation of the HTML’s HEAD block. Many themes didn’t call wp_head, which was a problem. From v.50 it happens, by default, as early as possible, which is as soon as the plugin loads. You can now specify these ‘late load’ points (in chronological order):\u003C\u002Fp>\n\u003Cul>\n\u003Cli>after the theme loads (after_setup_theme trigger)\u003C\u002Fli>\n\u003Cli>when all PHP loaded (wp_loaded trigger)\u003C\u002Fli>\n\u003Cli>after query variables set (parse_query) – this is the default\u003C\u002Fli>\n\u003Cli>during page header (wp_head trigger)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You may need to delay the load if your logic depends on functions defined, eg in the theme functions.php file. Conversely you may want the load early so that the widget count is calculated correctly, eg to show an alternative layour or content when a sidebar has no widgets.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Don’t cache widget logic results — From v .58 the widget logic code should only execute once, but that might cause unexpected results with some themes, so this option is here to turn that behaviour off. (The truth\u002Ffalse of the code will be evaluated every time the sidebars_widgets filter is called.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Custom PHP Functions — From v.6.0.6 you can use the \u003Ccode>widget_logic_allowed_functions\u003C\u002Fcode> filter to add custom PHP functions that will be allowed in Widget Logic fields. By default, only WordPress conditional tags and a whitelist of safe functions are available. This filter allows you to extend the functionality and use your own custom functions.\u003C\u002Fp>\n\u003Cp>To add a custom function, add the following code to your theme’s \u003Ccode>functions.php\u003C\u002Fcode> file:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>`add_filter('widget_logic_allowed_functions', 'my_allowed_functions');\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>function my_allowed_functions($functions) {\u003Cbr \u002F>\n    $functions[] = ‘\u003Cem>my_custom_function_name\u003C\u002Fem>‘;\u003Cbr \u002F>\n    return $functions;\u003Cbr \u002F>\n}`\u003C\u002Fp>\n\u003Cp>You can add multiple functions by using one wrapper function:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>`add_filter('widget_logic_allowed_functions', 'my_allowed_functions');\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>function my_allowed_functions($functions) {\u003Cbr \u002F>\n    $functions[] = ‘is_special_page’;\u003Cbr \u002F>\n    $functions[] = ‘is_user_verified’;\u003Cbr \u002F>\n    $functions[] = ‘get_sidebar_title’;\u003Cbr \u002F>\n    return $functions;\u003Cbr \u002F>\n}`\u003C\u002Fp>\n\u003Cp>\u003Cstrong>IMPORTANT NOTE ON VARIABLES:\u003C\u002Fstrong> Widget Logic is designed to work with simple data types (strings, numbers, booleans). If you need to use complex variables, global state, or conditional logic that depends on many factors, create a custom function in your theme’s \u003Ccode>functions.php\u003C\u002Fcode> file and call it from Widget Logic:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Good approach (in functions.php):\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>`function is_special_page() {\nglobal $post;\n$special_ids = array(5, 10, 15);\n$conditions = some_complex_function();\n\nreturn is_page() && in_array($post->ID, $special_ids) && $conditions;\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>}`\u003C\u002Fp>\n\u003Cp>Then in Widget Logic field, simply use: \u003Ccode>is_special_page()\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Less ideal approach (in Widget Logic field):\u003C\u002Fstrong>\u003Cbr \u002F>\nAvoid putting complex logic directly in the Widget Logic field. Keep it simple and let your custom function handle the complexity. This keeps your widget settings clean and maintainable.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Interaction with External Services\u003C\u002Fh4>\n\u003Cp>Widget Logic uses the external service to obtain up-to-date information about the results of football matches. \u003Ca href=\"https:\u002F\u002Fwidgetlogic.org\" rel=\"nofollow ugc\">widgetlogic.org\u003C\u002Fa> is a source of sports information, that provides a wide range of information about football, including various leagues, tournaments, and championships from around the world.\u003C\u002Fp>\n\u003Cp>The functioning of the \u003Ca href=\"https:\u002F\u002Fwidgetlogic.org\" rel=\"nofollow ugc\">widgetlogic.org\u003C\u002Fa> service is based on delivering real-time data about selected matches without the need to refresh the page. This means that data is automatically updated without requiring page reload. This approach ensures users quick and uninterrupted access to the latest sports data without the effort of manually updating information, allowing them to stay informed about ongoing events in real-time.\u003C\u002Fp>\n\u003Ch3>Writing Logic Code\u003C\u002Fh3>\n\u003Cp>The text in the ‘Widget logic’ field can be full PHP code and should return ‘true’ when you need the widget to appear. If there is no ‘return’ in the text, an implicit ‘return’ is added to the start and a ‘;’ is added on the end. (This is just to make single statements like is_home() more convenient.)\u003C\u002Fp>\n\u003Ch4>The Basics\u003C\u002Fh4>\n\u003Cp>Make good use of \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FConditional_Tags\" rel=\"nofollow ugc\">WP’s own conditional tags\u003C\u002Fa>. You can vary and combine code using:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>!\u003C\u002Fcode> (NOT) to \u003Cstrong>reverse\u003C\u002Fstrong> the logic, eg \u003Ccode>!is_home()\u003C\u002Fcode> is TRUE when this is NOT the home page.\u003C\u002Fli>\n\u003Cli>\u003Ccode>||\u003C\u002Fcode> (OR) to \u003Cstrong>combine\u003C\u002Fstrong> conditions. \u003Ccode>X OR Y\u003C\u002Fcode> is TRUE when either X is true or Y is true.\u003C\u002Fli>\n\u003Cli>\u003Ccode>&&\u003C\u002Fcode> (AND) to make conditions \u003Cstrong>more specific\u003C\u002Fstrong>. \u003Ccode>X AND Y\u003C\u002Fcode> is TRUE when both X is true and Y is true.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>There are lots of great code examples on the WP forums, and on WP sites across the net. But the WP Codex is also full of good examples to adapt, such as \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FTemplate_Tags\u002Fin_category#Testing_if_a_post_is_in_a_descendant_category\" rel=\"nofollow ugc\">Test if post is in a descendent category\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Examples\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ccode>is_home()\u003C\u002Fcode> — just the main blog page\u003C\u002Fli>\n\u003Cli>\u003Ccode>!is_page('about')\u003C\u002Fcode> — everywhere EXCEPT this specific WP ‘page’\u003C\u002Fli>\n\u003Cli>\u003Ccode>!is_user_logged_in()\u003C\u002Fcode> — shown when a user is not logged in\u003C\u002Fli>\n\u003Cli>\u003Ccode>is_category(array(5,9,10,11))\u003C\u002Fcode> — category page of one of the given category IDs\u003C\u002Fli>\n\u003Cli>\u003Ccode>is_single() && in_category('baked-goods')\u003C\u002Fcode> — single post that’s in the category with this slug\u003C\u002Fli>\n\u003Cli>\u003Ccode>current_user_can('level_10')\u003C\u002Fcode> — admin only widget\u003C\u002Fli>\n\u003Cli>\u003Ccode>strpos($_SERVER['HTTP_REFERER'], \"google.com\")!=false\u003C\u002Fcode> — widget to show when clicked through from a google search\u003C\u002Fli>\n\u003Cli>\u003Ccode>is_category() && custom_function_to_check_the_category()\u003C\u002Fcode> — category page that’s a descendent of category 5\u003C\u002Fli>\n\u003Cli>\u003Ccode>custom_function_from_functions_php_to_check_the_page()\u003C\u002Fcode> — WP page that is a child of page 77\u003C\u002Fli>\n\u003Cli>\u003Ccode>custom_function_from_functions_php_to_check_the_page_child_of(13)\u003C\u002Fcode> — home page OR the page that’s a child of page 13\u003C\u002Fli>\n\u003C\u002Ful>\n","Widget Logic lets you control on which pages widgets appear using WP's conditional tags.",100000,3242040,88,188,"2026-01-15T09:43:00.000Z","6.9.4","3.0","5.4",[21,57,58,59,23],"conditional-tags","gutenberg-widgets","sidebar","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwidget-logic.6.0.9.zip",95,2,"2025-06-09 00:00:00",{"slug":65,"name":66,"version":67,"author":68,"author_profile":69,"description":70,"short_description":71,"active_installs":48,"downloaded":72,"rating":73,"num_ratings":74,"last_updated":75,"tested_up_to":76,"requires_at_least":77,"requires_php":78,"tags":79,"homepage":25,"download_link":83,"security_score":84,"vuln_count":34,"unpatched_count":28,"last_vuln_date":85,"fetched_at":30},"widget-options","Widget Options – Advanced Conditional Visibility for Gutenberg Blocks & Classic Widgets","4.2.0","Marketing Fire","https:\u002F\u002Fprofiles.wordpress.org\u002Fmarketingfire\u002F","\u003Cp>Widget Options gives you super powers to control your site’s sidebar widgets and all Gutenberg blocks on pages & posts.\u003C\u002Fp>\n\u003Cp>👉 Over 2,700,000+ downloads\u003Cbr \u002F>\n👉 Average rating of ⭐⭐⭐⭐⭐ 4.9 stars\u003Cbr \u002F>\n👉 Reduce plugin bloat. Widgets AND Gutenberg block control in one plugin\u003C\u002Fp>\n\u003Cp>Widget Options expands Widget & Gutenberg block settings with feature-packed options so you can completely manage and control their visibility, appearance, and behavior. Show or hide content depending on user roles, devices, dates, URL…and more!\u003C\u002Fp>\n\u003Cp>\u003Cstrong> ✨ INSIDER TIP: ✨ Power users love the \u003Ca href=\"https:\u002F\u002Fwidget-options.com\u002F\" rel=\"nofollow ugc\">Pro version—unlock conditional logic, animation effects, sticky widgets, custom styling, and dozens of advanced controls\u003C\u002Fa> to make your blocks and widgets do exactly what you want. \u003C\u002Fstrong>\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\u002F6ey1rDrlm_A?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\u003Ch3>Take Full Control over your WordPress Widgets & Gutenberg Blocks\u003C\u002Fh3>\n\u003Cp>Widget Options’ suite of controls makes it simple to achieve all of the following:\u003C\u002Fp>\n\u003Ch4>✅ EASILY MANAGE WIDGET & GUTENBERG BLOCK VISIBILITY ON YOUR WORDPRESS SITE\u003C\u002Fh4>\n\u003Cp>Effortlessly manage visibility and access across different pages, posts, and categories with the Widget Options plugin.With intuitive search or checkbox selections, customize your site’s layout for categories, tags, custom post types, and more, ensuring your widgets and blocks appear exactly where you want them!\u003C\u002Fp>\n\u003Ch4>✅ SHOW OR HIDE WIDGETS OR BLOCKS ON MOBILE DEVICES, DESKTOP AND\u002FOR TABLET\u003C\u002Fh4>\n\u003Cp>Enhance your website’s mobile experience with Widget Options. This tool allows you to streamline navigation by selectively displaying widgets or blocks on mobile devices. Keep your desktop and tablet interfaces unaffected while optimizing mobile views. The ‘Device Visibility’ feature in the widget settings clearly indicates which sidebar widgets are active on different devices, ensuring a flexible and user-friendly widget management.\u003C\u002Fp>\n\u003Ch4>✅ USER LOGIN STATE\u003C\u002Fh4>\n\u003Cp>Decide which widgets or Gutenberg blocks should be visible or hidden to either logged-in or non-logged-in users. This feature is helpful when you want certain website functions to be available only to registered users.\u003C\u002Fp>\n\u003Ch4>✅ CUSTOM WORDPRESS WIDGET ALIGNMENTS\u003C\u002Fh4>\n\u003Cp>Change your widget or block alignment to match the entire look of your website. Comes with \u003Cstrong>center, left, right, and justified alignment\u003C\u002Fstrong>\u003Cstrong> options which can be customized for each device type.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>✅ CUSTOM WIDGET ID & CLASSES\u003C\u002Fh4>\n\u003Cp>Create predefined classes on the plugin’s settings page and use them later for each widget. You can also add custom widget ID and additional classes for styling or javascript purposes.\u003C\u002Fp>\n\u003Ch4>✅ DISPLAY WIDGET LOGIC\u003C\u002Fh4>\n\u003Cp>Use \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FConditional_Tags\" rel=\"nofollow ugc\">WordPress Conditional\u003C\u002Fa> tags to manage and restrict your widgets or Gutenberg blocks using display widget logic option if you’re geeky enough to use PHP conditions and in need of custom restrictions.\u003C\u002Fp>\n\u003Ch4>✅ HIDE WIDGET TITLE\u003C\u002Fh4>\n\u003Cp>Easily hide widget titles from the front-end display while retaining them on the backend dashboard for labeling.\u003C\u002Fp>\n\u003Ch4>✅ ENABLE \u002F DISABLE WIDGET OPTIONS FEATURES\u003C\u002Fh4>\n\u003Cp>Tailor your experience effortlessly by selecting only the features you desire, and easily disable any unwanted widget options features through the intuitive settings page.\u003C\u002Fp>\n\u003Ch4>✅ WIDGET BLOCK EDITOR\u003C\u002Fh4>\n\u003Cp>Choose between the Classic Widget or Gutenberg Block Widget Editor with our latest feature. Experience the classic design with the old widget or embrace the power of blocks with the modern widget. Ideal for users who love the Gutenberg experience!\u003C\u002Fp>\n\u003Ch4>✅ STICKY\u002FFIXED WORDPRESS WIDGETS (PRO)\u003C\u002Fh4>\n\u003Cp>This premium feature allows widgets to be always visible to users as they scroll up and down a webpage. Make your most important widgets sticky or fixed so that users can access them easily.\u003C\u002Fp>\n\u003Ch3>Widget Option’s Time-Saving Features\u003C\u002Fh3>\n\u003Cp>Widget plugins shouldn’t only give you control over your widgets. They must also save you a lot of time! Here are Widget Options’ features that can do that:\u003C\u002Fp>\n\u003Ch4>✅ LIVE WIDGET SEARCH FILTER\u003C\u002Fh4>\n\u003Cp>Admins save time and manage widgets more efficiently by enabling the live widget search box on your widget dashboard to locate widgets easier. No need to scroll the page.\u003C\u002Fp>\n\u003Ch4>✅ NO NEED TO DRAG WORDPRESS WIDGETS TO MOVE THEM\u003C\u002Fh4>\n\u003Cp>Increase productivity and improve widgets management by moving any widgets easily with just a click-and-select action. No more drag-and-drop! This is a convenient option especially when using small-screen devices such as tablets or mobile phones.\u003C\u002Fp>\n\u003Ch4>✅ IMPORT & EXPORT WIDGETS AND WIDGET AREA BACKUP\u003C\u002Fh4>\n\u003Cp>You can now import and export WordPress widgets easily and create backups of specific sidebar widget areas. Move widgets to another website with ease.\u003C\u002Fp>\n\u003Ch4>✅ VIEW YOUR CHANGES LIVE\u003C\u002Fh4>\n\u003Cp>This plugin is customizer-ready for easier modification. View your changes live before saving it!\u003C\u002Fp>\n\u003Ch3>Compatible with Most Major Page Builders\u003C\u002Fh3>\n\u003Cp>Some widget plugins may not work well with page builders. Widget Options supports Gutenberg, SiteOrigin, Elementor, and Beaver, helping you manage widget visibility and placement with ease.\u003C\u002Fp>\n\u003Ch4>🛠️ GUTENBERG BLOCK EDITOR BY WORDPRESS\u003C\u002Fh4>\n\u003Cp>Widget Options gives you full control over the visibility of Gutenberg Blocks, which are the building blocks for many themes and sites today. Simply select the content block you want to edit and you will see all of the Widget Options abilities on the right side settings panel.\u003C\u002Fp>\n\u003Ch4>🛠️ PAGE BUILDER BY SITEORIGIN PLUGIN COMPATIBLE\u003C\u002Fh4>\n\u003Cp>With Widget Options on your website that is powered by SiteOrigin Page Builder, you can add more control to the widget panels. Manage visibility on specific device types, change alignments, hide widget panel title, add custom classes, and control visibility using display widget logic option!\u003C\u002Fp>\n\u003Ch4>🛠️ ELEMENTOR PAGE BUILDER READY\u003C\u002Fh4>\n\u003Cp>Extend Widget Options’ visibility restrictions on elementor widgets! You can now have the same widget management features available to your Elementor-powered websites.\u003C\u002Fp>\n\u003Ch4>🛠️ BEAVER BUILDER PLUGIN READY\u003C\u002Fh4>\n\u003Cp>Widget Options now comes with Beaver Builder plugin integration – integrated for a smooth website building workflow. You can fully manage each module in many ways you want!\u003C\u002Fp>\n\u003Ch4>🛠️ ADVANCED CUSTOM FIELDS (ACF) SUPPORT\u003C\u002Fh4>\n\u003Cp>Easily show or hide any widget using your ACF fields and conditions. You can create restrictions on your widgets with the following conditions:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Equal To\u003C\u002Fli>\n\u003Cli>Not Equal To\u003C\u002Fli>\n\u003Cli>Contains\u003C\u002Fli>\n\u003Cli>Does Not Contain\u003C\u002Fli>\n\u003Cli>Is Empty\u003C\u002Fli>\n\u003Cli>Is Not Empty\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The ACF function is also available for Elementor and Beaver Builder.\u003C\u002Fp>\n\u003Ch3>UPGRADE TO THE WIDGET OPTIONS EXTENDED PLUGIN\u003C\u002Fh3>\n\u003Cp>Turn Widget Options into an even more flexible widget area manager. Upgrade to \u003Ca href=\"http:\u002F\u002Fwidget-options.com\u002Fpricing\u002F\" rel=\"nofollow ugc\">Widget Options Extended\u003C\u002Fa> today!\u003C\u002Fp>\n\u003Ch4>✨ PREMIUM FEATURES ✨\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>NEW: Unlock more features for Gutenberg widgets and blocks (pages, posts and other custom post types)\u003C\u002Fli>\n\u003Cli>NEW: Widget visibility for author’s contents and archive page\u003C\u002Fli>\n\u003Cli>Inherit page parent visibility\u003C\u002Fli>\n\u003Cli>NEW: Filter multiple pages by keyword-containing slug\u003C\u002Fli>\n\u003Cli>Target URLs and wildcard restrictions\u003C\u002Fli>\n\u003Cli>Clone widgets\u003C\u002Fli>\n\u003Cli>Custom widget links\u003C\u002Fli>\n\u003Cli>Advanced widget visibility control by user role\u003C\u002Fli>\n\u003Cli>Sticky \u002F fixed WordPress widgets\u003C\u002Fli>\n\u003Cli>Custom widget columns display\u003C\u002Fli>\n\u003Cli>NEW: Widget visibility per days and date range (+ option to ignore year)\u003C\u002Fli>\n\u003Cli>Custom WordPress widget styling\u003C\u002Fli>\n\u003Cli>Widget cache\u003C\u002Fli>\n\u003Cli>Extended taxonomy and terms support\u003C\u002Fli>\n\u003Cli>Display sidebars and widgets using shortcodes\u003C\u002Fli>\n\u003Cli>Disable any WordPress widgets\u003C\u002Fli>\n\u003Cli>Permission options (control who can edit widget settings based on user role)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>👉👉 Check out the full list of \u003Ca href=\"http:\u002F\u002Fwidget-options.com\u002Ffeatures\u002F\" rel=\"nofollow ugc\">Widget Options Extended features here\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>ADD-ONS\u003C\u002Fh3>\n\u003Cp>Check out the \u003Ca href=\"https:\u002F\u002Fwidget-options.com\u002Ffeatures\u002Fmodal-pop-up-and-sliding-widget-options\u002F\" rel=\"nofollow ugc\">Sliding Widget Options\u003C\u002Fa> add-on! Transform any of your widgets into:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>A modal pop-up\u003C\u002Fli>\n\u003Cli>A slide in\u002Ftoaster\u003C\u002Fli>\n\u003Cli>A chat box\u003C\u002Fli>\n\u003Cli>…any other animated sliding panel you can think of to increase your website’s user engagement!\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>CONTACT AND CREDITS\u003C\u002Fh3>\n\u003Cp>Widget Options for WordPress is regularly maintained and developed by the \u003Ca href=\"https:\u002F\u002Fwidget-options.com\u002F\" rel=\"nofollow ugc\">Widget Options Team\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>We work hard to keep Widget Options up-to-date and expanding, to make the most powerful widget and block manager on WordPress even more, well… powerful! 💪\u003C\u002Fp>\n\u003Cp>If you would like to contribute, report issues or have suggestions, you can find the development version on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FWidgetOptions\u002Fwidget-options\" rel=\"nofollow ugc\">Github\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>You can also visit us at our \u003Ca href=\"https:\u002F\u002Fwww.youtube.com\u002Fchannel\u002FUCgKC5IAqoz4Q7nW0WzueQFw\" rel=\"nofollow ugc\">Youtube Channel\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Contact and Credits\u003C\u002Fh3>\n\u003Cp>Widget Options for WordPress is maintained and developed by \u003Ca href=\"https:\u002F\u002Fwidget-options.com\u002F\" rel=\"nofollow ugc\">Widget Options Team\u003C\u002Fa>.\u003C\u002Fp>\n","0ddcemmihs4a843ekhaoofzosrunf4bl Widget Options gives you super powers to control your site’s sidebar widgets and all Gutenberg blocks on pages, posts &hellip;",4062848,98,1516,"2026-03-12T16:37:00.000Z","6.7.5","5.6","7.4",[21,80,81,58,82],"blocks-visibility-rules","classic-widgets","widget-control","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwidget-options.4.2.0.zip",83,"2026-03-02 00:00:00",{"slug":87,"name":88,"version":89,"author":90,"author_profile":91,"description":92,"short_description":93,"active_installs":94,"downloaded":95,"rating":96,"num_ratings":97,"last_updated":98,"tested_up_to":99,"requires_at_least":100,"requires_php":101,"tags":102,"homepage":108,"download_link":109,"security_score":96,"vuln_count":110,"unpatched_count":28,"last_vuln_date":111,"fetched_at":30},"wdesignkit","WDesignKit – Elementor & Gutenberg Starter Templates, Patterns, Cloud Workspace & Widget Builder","2.2.9","POSIMYTH","https:\u002F\u002Fprofiles.wordpress.org\u002Fposimyththemes\u002F","\u003Cp>\u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002F?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">WDesignKit\u003C\u002Fa> is the ultimate designer tool for WordPress, empowering designers to create stunning websites in minutes. It’s the fastest way to build a WordPress website, making it a must-have tool for every WordPress designer or agency owner.\u003C\u002Fp>\n\u003Cp>\u003Cstrong> \u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002F?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\"> VISIT WDESIGNKIT WEBSITE\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch3>\u003Cstrong> Quick Navigation Links\u003C\u002Fstrong>\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002F?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\"> Visit Website\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fwww.youtube.com\u002Fc\u002FPOSIMYTHInnovations\u002F?sub_confirmation=1\" rel=\"nofollow ugc\">Video Tutorials\u003C\u002Fa>| \u003Ca href=\"https:\u002F\u002Flearn.wdesignkit.com\u002Fdocs\u002F?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">Documentations\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Froadmap.wdesignkit.com\u002F?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">Roadmap\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fwww.facebook.com\u002Fgroups\u002F884892449594153\" rel=\"nofollow ugc\">Join Facebook Community\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fwdesignkit\" rel=\"ugc\">Free Support\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fstore.posimyth.com\u002Fhelpdesk\u002F?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">Premium Support\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002Fchat\u002F?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">AI Chat (Instant Answers)\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Complete WDesignKit Features Explained Under 4 Mins \u003Ca href=\"https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=Bw5IHPxr0Nc\" rel=\"nofollow ugc\"> Watch Now\u003C\u002Fa>\u003C\u002Fh3>\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\u002FBw5IHPxr0Nc?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>\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\u002F4RhZwuyFd8k?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&start=101&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\u003Ch3>What is WDesignKit ?\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002Ftemplates?builder_req=1001&utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">1600+ Elementor Page Templates, Kit & Sections\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002Ftemplates?builder_req=1002&utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">1500+ Gutenberg Templates & Patterns\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002Fwidgets?builder=1&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">80+ Elementor Widgets Library\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002Fwidgets?builder=2&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">30+ Gutenberg Blocks Library\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002Fwidgets?builder=3&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">30+ Bricks Elements Libary\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002Fwidget-builder\u002Felementor-widget-builder?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">Elementor Widget Builder\u003C\u002Fa>\u003C\u002Fstrong> (Custom Code to Elementor Widget)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002Fwidget-builder\u002Fgutenberg-blocks-builder?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">Gutenberg Blocks Builder\u003C\u002Fa>\u003C\u002Fstrong>(Custom Code to Gutenberg Blocks)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002Fwidget-builder\u002Fbricks-elements-builder?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">Bricks Elements Builder\u003C\u002Fa>\u003C\u002Fstrong>  (Custom Code to Bricks Elements)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002Fwidgets\u002Fpage-builder-widgets-converter?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks#wkit-one-click-convert\" rel=\"nofollow ugc\">1- Click Widget Convertor\u003C\u002Fa>\u003C\u002Fstrong> — Easily Convert Elementor Widgets to Gutenberg Blocks or Bricks Elements & Vice Versa \u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002Fcloud-workspace?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">Cloud Workspace\u003C\u002Fa>\u003C\u002Fstrong> — Collaborate with your Team & Store Page Templates, Figma Designs or Custom Widgets on Cloud \u003C\u002Fli>\n\u003Cli>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002Ffigma-kits?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">60+ Figma Designed Websites\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>🔍 OUR PRODUCTS\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Ftheplusaddons.com\u002F?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">🥇 The Plus Addons for Elementor\u003C\u002Fa>\u003C\u002Fstrong> –  120+ Elementor Widgets to create Elementor Widgets Easily.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fnexterwp.com\u002F?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">🥇 NexterWP Theme, Blocks & Extensions\u003C\u002Fa>\u003C\u002Fstrong> – Best Starter Theme for WordPress with 22+ WordPress Extension & 90+ Gutenberg Blocks.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fuichemy.com\u002F?utm_source=wordpress&utm_medium=readmepage&utm_campaign=widgetslinks\" rel=\"nofollow ugc\">🥇 UiChemy – Figma to Elementor & Bricks Convertor\u003C\u002Fa>\u003C\u002Fstrong> – Convert your Figma Templates In Live Elementor Website using our \u003Ca href=\"https:\u002F\u002Fwww.figma.com\u002Fcommunity\u002Fplugin\u002F1265873702834050352\u002F\" rel=\"nofollow ugc\">FREE Figma Plugin.\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>External services\u003C\u002Fh3>\n\u003Col>\n\u003Cli>wdesignkit.com API : This API is used to fetch plugin-related data for onboarding and updates. It sends the plugin version and identifier during activation, updates, or specific plugin-related requests. For more details, you can review the \u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002Fprivacy-policy\" rel=\"nofollow ugc\">Privacy Policy\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fwdesignkit.com\u002Fterms\" rel=\"nofollow ugc\">Terms of Service\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>api.wordpress.org : This API retrieves plugin metadata and compatibility information from WordPress.org. It sends the plugin identifier during updates or when checking compatibility. More information can be found in the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fabout\u002Fprivacy\u002F\" rel=\"ugc\">Privacy Policy\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Ftos\u002F\" rel=\"ugc\">Terms of Service\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>api.posimyth.com : The plugin connects to this API for two purposes: collecting optional feedback during deactivation and storing anonymized data during onboarding. For deactivation feedback, anonymized data is sent voluntarily by users, while onboarding interactions transmit minimal anonymized statistics. These APIs are only accessed during feedback submission or onboarding. You can find more details in the \u003Ca href=\"https:\u002F\u002Fapi.posimyth.com\u002Fprivacy-policy\u002F\" rel=\"nofollow ugc\">Privacy Policy\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fapi.posimyth.com\u002Fterms-and-conditions\u002F\" rel=\"nofollow ugc\">Terms of Service\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Fol>\n","3000+ Elementor Templates, Gutenberg Templates, Widgets Builder for Elementor, Gutenberg & Bricks, Cloud Workspace & Figma Files, 160+ Widgets Library",30000,508230,96,12,"2026-03-05T11:02:00.000Z","6.8.5","6.0","7.0",[103,104,105,106,107],"elementor-template","elementor-widgets","gutenberg-blocks","page-templates","wordpress-template","https:\u002F\u002Fwdesignkit.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwdesignkit.2.2.9.zip",3,"2025-10-03 14:09:53",{"slug":113,"name":114,"version":115,"author":116,"author_profile":117,"description":118,"short_description":119,"active_installs":120,"downloaded":121,"rating":13,"num_ratings":122,"last_updated":123,"tested_up_to":124,"requires_at_least":125,"requires_php":126,"tags":127,"homepage":133,"download_link":134,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"classic-editor-on-off","Classic Editor on off","1.2","Irish_Cathal","https:\u002F\u002Fprofiles.wordpress.org\u002Firish_cathal\u002F","\u003Cp>Description: Classic Editor on off is a plugin that gives the ability to turn off all or some of Gutenberg, reverting to classic editor – where needed. Gutenberg (Gutenberg Blocks \u002F Gutenberg Editor) replaced the Classic Editor but there may be times you wish to use the classic editor. Disable Gutenberg Blocks completely, or choose to disable for widgets, posts or pages.\u003C\u002Fp>\n\u003Cp>If you prefer the old editors or just need to do some testing, this plugin will assist you in reverting to non Gutenberg setups by replacing with the Classic Editor.\u003C\u002Fp>\n\u003Cp>Use this plugin to restores original Edit Post screen \u002F Widgets screen (TinyMCE, meta boxes, etc.).\u003C\u002Fp>\n\u003Cp>For temporary changes or disable permanently: Widgets, posts or pages – you choose!\u003C\u002Fp>\n","Description: Classic Editor on off is a plugin that gives the ability to turn off all or some of Gutenberg, reverting to classic editor - where needed &hellip;",80,3169,1,"2023-02-02T15:43:00.000Z","6.1.10","3.8","5.2.4",[128,129,130,131,132],"block-editor-removal","classic-editor","classic-editor-widgets","gutenberg-disable","remove-gutenberg-blocks","https:\u002F\u002Farrowdesign.ie\u002Fgutenberg-options\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fclassic-editor-on-off.zip",{"slug":136,"name":137,"version":138,"author":139,"author_profile":140,"description":141,"short_description":142,"active_installs":143,"downloaded":144,"rating":13,"num_ratings":34,"last_updated":145,"tested_up_to":146,"requires_at_least":147,"requires_php":101,"tags":148,"homepage":150,"download_link":151,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"k2-blocks","K2 Blocks","1.1.4","pookidevs","https:\u002F\u002Fprofiles.wordpress.org\u002Fpookidevs\u002F","\u003Cp>\u003Cstrong>Take your website to the next level with our advanced block features\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Expand the functionalities of the WordPress Gutenberg editor with K2 Blocks. Take your WordPress website to a whole new level with the essential and creative blocks from the K2 Blocks plugin that will lift your website’s design and boost its features.\u003Cbr \u002F>\nK2 Blocks has the latest, most essential, ready made blocks for you to add to your WordPress website. This will speed up your WordPress website building process and make it so much simpler and more fun!\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fk2blocks.com\u002F?utm_source=wp-repo&utm_campaign=readme&utm_medium=link\" rel=\"nofollow ugc\">Try our live demo\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fk2blocks.com\u002Fcontact-us\u002F\" rel=\"nofollow ugc\">Request Customisation\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\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\u002FoyT995ZCLsg?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\u003Ch3>Free Creative Blocks For Gutenberg.\u003C\u002Fh3>\n\u003Cp>The ready made blocks by K2 blocks will save you loads of time when building your WordPress website. You will need minimum effort to customize the widgets according to your need. The ease of use makes the widgets even simpler, hence faster to edit and add.\u003C\u002Fp>\n\u003Cp>K2 Blocks currently offers the following essential blocks:\u003Cbr \u002F>\n1- Modal Box – Show popup messages to catch the attention of your viewers\u003Cbr \u002F>\n2- Call to Action (CTA) – Encourage your users to take an action\u003Cbr \u002F>\n3- Multi-Heading – Design a heading with three distinct fonts, colors, and unique styles\u003Cbr \u002F>\n4- Info Box – Engage your users and get their attention\u003Cbr \u002F>\n5- Animated Banner – Combine images, text, and buttons to prompt immediate action\u003Cbr \u002F>\n6- Testimonial – Show the world what clients love about you\u003Cbr \u002F>\n7- Counter – Showcase your accomplishments and let your numbers speak\u003Cbr \u002F>\n8- Progress Bar – Showcase progress, skills, and stats\u003Cbr \u002F>\n9- Countdown – Keep your users excited through countdowns\u003Cbr \u002F>\n10- Animated Button – Elevate user engagement with a dynamic animated button widget\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fk2blocks.com\u002Fk2blocks\u002Fprogress-bar\u002F?utm_source=wp-repo&utm_medium=link&utm_campaign=readme\" rel=\"nofollow ugc\">\u003Cstrong>Progress Bar\u003C\u002Fstrong>\u003C\u002Fa>\u003Cbr \u002F>\nAdd your skills, stats, and progress using our Progress Bar. You can customize this widget in multiple ways: use a simple bar, change text and colors of both the current progress and the background, make the bar animated, change width and height of the bar, add stripes to your progress, make the edges sharp and so much more!\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fk2blocks.com\u002Fk2blocks\u002Finfo-box\u002F?utm_source=wp-repo&utm_medium=link&utm_campaign=readme\" rel=\"nofollow ugc\">\u003Cstrong>Info Box\u003C\u002Fstrong>\u003C\u002Fa>\u003Cbr \u002F>\nCapture your user’s attention by displaying alert messages, deadlines and a lot more using our Info Box. You can edit the icon in any way you like and add text too, which you can also format as you wish. You can also make the whole box more excited by adding borders.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fk2blocks.com\u002Fk2blocks\u002Fcall-to-action?utm_source=wp-repo&utm_medium=link&utm_campaign=readme\" rel=\"nofollow ugc\">\u003Cstrong>Call to Action (CTA)\u003C\u002Fstrong>\u003C\u002Fa>\u003Cbr \u002F>\nThis Call to Action with options of a classic CTA layout as well as full cover CTA layout will give you an option to make your websites more aesthetically pleasing. You can add an image, a background image (in cover layout), edit the heading, text, and the call to action button according to your website.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fk2blocks.com\u002Fk2blocks\u002Fcountdown-timer?utm_source=wp-repo&utm_medium=link&utm_campaign=readme\" rel=\"nofollow ugc\">\u003Cstrong>Countdown\u003C\u002Fstrong>\u003C\u002Fa>\u003Cbr \u002F>\nWant to add deadlines on your website or a counter to make a big announcement? Look no further as the Timer widget will definitely keep your viewers excited for the countdown. You can edit this block in any way you want, it will look stunning in every way. It also comes with 2 layouts to give you even more options to customize.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fk2blocks.com\u002Fk2blocks\u002Fcounter?utm_source=wp-repo&utm_medium=link&utm_campaign=readme\" rel=\"nofollow ugc\">\u003Cstrong>Countdown\u003C\u002Fstrong>\u003C\u002Fa>\u003Cbr \u002F>\nUse the Counter widget to showcase your accomplishments and important stats that will surely impress your viewers. Visualize your numbers beautifully and let them speak for you. You can even add memories or countdowns using the “Days Since” feature of the Counter widget that counts the days until an important event.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fk2blocks.com\u002Fk2blocks\u002Fmodal-box?utm_source=wp-repo&utm_medium=link&utm_campaign=readme\" rel=\"nofollow ugc\">\u003Cstrong>Modal Box\u003C\u002Fstrong>\u003C\u002Fa>\u003Cbr \u002F>\nUse the Modal Box widget to give alert messages and important information to your viewers. You can add this as a popup on your website. What’s even more amazing is that you get two options of showing popups: by the click of a button, or after a specified time after loading a page.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fk2blocks.com\u002Fk2blocks\u002Fanimated-banner?utm_source=wp-repo&utm_medium=link&utm_campaign=readme\" rel=\"nofollow ugc\">\u003Cstrong>Animated Banner\u003C\u002Fstrong>\u003C\u002Fa>\u003Cbr \u002F>\nUse the Hero Banner to highlight the most important content and get the user’s attention. You can add headings and text and style them just the way you like. You can add beautiful image backgrounds to captivate your user and enable animations to grab visitor attention!\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fk2blocks.com\u002Fk2blocks\u002Fanimated-button?utm_source=wp-repo&utm_medium=link&utm_campaign=readme\" rel=\"nofollow ugc\">\u003Cstrong>Animated Button\u003C\u002Fstrong>\u003C\u002Fa>\u003Cbr \u002F>\nAdd beautiful and creative buttons to your site. You can add text and icons, even change colors and add shadows to your buttons! These will capture your user’s attention easily by providing a great user experience, and result in an even greater user engagement.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fk2blocks.com\u002Fk2blocks\u002Fmulti-heading?utm_source=wp-repo&utm_medium=link&utm_campaign=readme\" rel=\"nofollow ugc\">\u003Cstrong>Multi Heading\u003C\u002Fstrong>\u003C\u002Fa>\u003Cbr \u002F>\nIntroducing Multi Heading Block Transform your website with captivating and innovative Multi Headings! Elevate your content with customizable text, an array of vibrant colors, and eye-catching gradients for each heading. Create a mesmerizing user experience that captures attention effortlessly, leading to enhanced user engagement like never before. Make a lasting impression on your audience with beautiful Multi Headings that add a touch of creativity and allure to your site. Unleash the power of captivating design and watch your user interactions soar!\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fk2blocks.com\u002Fk2blocks\u002Fbasic-testimonials?utm_source=wp-repo&utm_medium=link&utm_campaign=readme\" rel=\"nofollow ugc\">\u003Cstrong>Testimonials\u003C\u002Fstrong>\u003C\u002Fa>\u003Cbr \u002F>\nIntroducing our all-new Basic Testimonials Block – elevate your website’s credibility with stunning testimonials! Effortlessly showcase customer feedback, experiences, and reviews in a beautifully designed format. Customize each testimonial with distinct text, vibrant colors, and appealing backgrounds.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Live tutorials\u003C\u002Fh3>\n\u003Cp>To see live and video tutorials of all the widgets and get more insights into K2 Blocks, check out our website \u003Ca href=\"http:\u002F\u002Fk2blocks.com\u002F\" rel=\"nofollow ugc\">K2Blocks.com\u003C\u002Fa>\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fk2blocks.com\u002F?utm_source=wp-repo&utm_campaign=readme&utm_medium=link\" rel=\"nofollow ugc\">Try our live demo\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fk2blocks.com\u002Fpricing\u002F\" rel=\"nofollow ugc\">Check our premium version\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch3>Development\u003C\u002Fh3>\n\u003Cp>To contribute to this plugin head over to our \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FShahrukhx04\u002FK2-Blocks\" rel=\"nofollow ugc\">Github Repository\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>=1.0.9=\u003Cbr \u002F>\nBug fixes and improvements\u003C\u002Fp>\n\u003Cp>=1.0.10=\u003Cbr \u002F>\nUpdated the Classic Button block with new editing options like enable\u002Fdisable icon – position of icon – icon gap – added hover color change options\u003Cbr \u002F>\nUpdated the Modal Box with new editing options like enable\u002Fdisable icon – icon position – alignment option and New modal box type\u003Cbr \u002F>\nUpdated the Call to action block by adding new editing option of gradient as an overlay and border radius to box\u003Cbr \u002F>\nUpdated the Text Editor block by adding a missing option of ‘None’ in text transform\u003Cbr \u002F>\nUpdated the info Box block by adding new editing options like box shadow – border radius to image – added button – enable\u002Fdisable button – added padding.\u003Cbr \u002F>\nBug fixes and improvements and css minification.\u003C\u002Fp>\n\u003Cp>=1.0.11=\u003Cbr \u002F>\nminor updates\u003C\u002Fp>\n\u003Cp>=1.0.12=\u003Cbr \u002F>\nminor updates\u003Cbr \u002F>\nK2-blocks welocome dashboard page.\u003C\u002Fp>\n\u003Cp>=1.1.0=\u003Cbr \u002F>\nCode structured updated\u003C\u002Fp>\n\u003Cp>=1.1.1=\u003Cbr \u002F>\nAnimated Button Bug fixed.\u003Cbr \u002F>\nChanged the name of the Timer block to CountDown Block\u003Cbr \u002F>\nModal Box Fixed\u003Cbr \u002F>\nCounter block style issues\u003C\u002Fp>\n\u003Cp>=1.1.2=\u003Cbr \u002F>\nBugs Fixed\u003C\u002Fp>\n\u003Cp>=1.1.3=\u003Cbr \u002F>\nReadme Updated\u003C\u002Fp>\n\u003Cp>=1.1.4=\u003Cbr \u002F>\nBugs Fixed\u003C\u002Fp>\n\u003Cp>=1.1.5=\u003Cbr \u002F>\nReadme Updated\u003C\u002Fp>\n","K2 Blocks Build Gutenberg Websites With Advanced Features At Lightning Speed.",10,7964,"2024-03-25T10:56:00.000Z","6.4.8","6.1",[21,22,149,24],"page-builder","https:\u002F\u002Fk2blocks.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fk2-blocks.1.1.5.zip",{"attackSurface":153,"codeSignals":170,"taintFlows":195,"riskAssessment":196,"analyzedAt":209},{"hooks":154,"ajaxHandlers":166,"restRoutes":167,"shortcodes":168,"cronEvents":169,"entryPointCount":28,"unprotectedCount":28},[155,160],{"type":156,"name":157,"callback":158,"file":159,"line":14},"action","widgets_init","closure","includes\\widget.php",{"type":156,"name":161,"callback":162,"priority":163,"file":164,"line":165},"plugins_loaded","GutenReusableBlocksWidgets",90,"plugin.php",131,[],[],[],[],{"dangerousFunctions":171,"sqlUsage":172,"outputEscaping":178,"fileOperations":28,"externalRequests":28,"nonceChecks":28,"capabilityChecks":28,"bundledLibraries":194},[],{"prepared":28,"raw":122,"locations":173},[174],{"file":175,"line":176,"context":177},"includes\\extras.php",9,"$wpdb->get_results() with variable interpolation",{"escaped":179,"rawEcho":34,"locations":180},14,[181,184,186,188,190,192,193],{"file":159,"line":182,"context":183},31,"raw output",{"file":159,"line":185,"context":183},33,{"file":159,"line":187,"context":183},35,{"file":159,"line":189,"context":183},36,{"file":159,"line":191,"context":183},60,{"file":159,"line":191,"context":183},{"file":159,"line":191,"context":183},[],[],{"summary":197,"deductions":198},"The reusable-gutenberg-blocks-widget plugin v1.0, based on the provided static analysis, presents a relatively good security posture in several key areas. The absence of any identified AJAX handlers, REST API routes, shortcodes, or cron events significantly limits the potential attack surface. Furthermore, the lack of dangerous function usage, file operations, external HTTP requests, and the absence of critical or high-severity taint flows are all positive indicators. The plugin also reports zero known CVEs, suggesting a history of stability and security.\n\nHowever, there are notable areas of concern that temper this positive outlook. The plugin performs one SQL query that is not using prepared statements, which could be a vector for SQL injection if user-supplied data is not properly sanitized before being incorporated into the query. Additionally, while the majority of output (67%) is properly escaped, the remaining 33% is not, creating a potential risk of cross-site scripting (XSS) vulnerabilities. The complete absence of nonce checks and capability checks on entry points, though the entry points themselves are currently zero, means that if new entry points are added in future versions without these security measures, they would be inherently vulnerable. This lack of fundamental security checks is a significant weakness.\n\nIn conclusion, while the plugin currently has a small attack surface and a clean vulnerability history, the presence of a raw SQL query and unescaped output are immediate risks. The lack of foundational security checks like nonces and capability checks is a structural weakness that could lead to significant vulnerabilities if the plugin's attack surface expands in the future. It is recommended to address the SQL query and unescaped output vulnerabilities, and to implement nonces and capability checks as a preventative measure.",[199,202,205,207],{"reason":200,"points":201},"SQL query without prepared statements",8,{"reason":203,"points":204},"Unescaped output detected",5,{"reason":206,"points":34},"Missing nonce checks on entry points",{"reason":208,"points":34},"Missing capability checks on entry points","2026-03-16T19:32:48.879Z",{"wat":211,"direct":220},{"assetPaths":212,"generatorPatterns":215,"scriptPaths":216,"versionParams":217},[213,214],"\u002Fwp-content\u002Fplugins\u002Freusable-gutenberg-blocks-widget\u002Fincludes\u002Fwidget.php","\u002Fwp-content\u002Fplugins\u002Freusable-gutenberg-blocks-widget\u002Fincludes\u002Fextras.php",[],[],[218,219],"reusable-gutenberg-blocks-widget\u002Fstyle.css?ver=","reusable-gutenberg-blocks-widget\u002Fscript.js?ver=",{"cssClasses":221,"htmlComments":223,"htmlAttributes":224,"restEndpoints":226,"jsGlobals":227,"shortcodeOutput":229},[222],"wp-block-gutenberg-reusable-blocks-widget",[],[225],"data-gutenberg-reusable-blocks-widget-id",[],[228],"window.GutenbergReusableBlocksWidget",[230],"[gutenberg_reusable_blocks]"]