[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fqi6oZIOVqEFDQIOJswzlHyM1wyh635dnqKKaM68CXww":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},"wmeric","WMEric","https:\u002F\u002Fprofiles.wordpress.org\u002Fwmeric\u002F",2,1050,85,30,84,"2026-04-04T11:04:06.332Z",[14,37],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":22,"num_ratings":23,"last_updated":24,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":28,"homepage":32,"download_link":33,"security_score":9,"vuln_count":34,"unpatched_count":34,"last_vuln_date":35,"fetched_at":36},"hide-categories-on-shop-page","Hide Categories On Shop Page","1.1.3","\u003Cp>This free WooCommerce extension permits you to hide categories on your shops main page.\u003Cbr \u002F>\nFor this you have to save the categories with ‘,’ seperated in woocommerce > settings > products tab section.\u003C\u002Fp>\n\u003Cp>In order for this to work you have to have Categories displayed. This can be set via Customizer. Appearance > Customize > WooCommerce > Product Catalog.\u003C\u002Fp>\n\u003Cp>“Choose what to display on the main shop page.” Select Show categories as seen in the Screenshot below.\u003C\u002Fp>\n\u003Ch3>Additional Information\u003C\u002Fh3>\n\u003Cp>For users who has a different\u002Fcustom page for their shop you can edit the wc-hide-categories.php file\u003Cbr \u002F>\nFind line # 127 and remove \u002F\u002F\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F$mwd_opt4 = in_array( 'product_cat', $taxonomies ) && ! is_admin() && is_page('YOUR_PAGE_SLUG'),\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Then find line #129 \u003Ccode>\u002F*|| $mwd_opt4*\u002F\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cp>Change to\u003Cbr \u002F>\n    || $mwd_opt4\u003C\u002Fp>\n\u003Cp>To remove products from those categories find line 160\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F Uncomment the function below if you also want those products hidden\n\u002F*\n    add_action( 'woocommerce_product_query', 'mwd_hwcosp_remove_product_in_cat' );\n\n    function mwd_hwcosp_remove_product_in_cat( $q ) {\n        \u002F\u002Fhwcosp_global is the databse row entry\n        $opt_terms = get_option('hwcosp_global');\n\n        \u002F\u002F Processes our users data to the way we want it from above\n        $data = mwd_hwcosp_comma_separated_to_array($opt_terms);\n\n        $tax_query = (array) $q->get('tax_query');\n        $tax_query[] = array(\n                             'taxonomy' => 'product_cat',\n                             'field' => 'slug',\n                             'terms' => $data, \u002F\u002F Set Category Slug which products not show on the shop and Archieve page.\n                             'operator' => 'NOT IN'\n                            );\n        $q->set( 'tax_query', $tax_query );\n    }\n*\u002F\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>The code is well documented so its easy to find what part you are looking for\u003C\u002Fp>\n\u003Cp>If you have any question please ask in the support forum, Thanks\u003C\u002Fp>\n","Simple solution to hide specific categories in you woocommerce shop main page i.e. domain.com\u002Fshop This plugin was based on WC Hide Categories On Shop &hellip;",1000,42958,88,14,"2022-11-28T01:42:00.000Z","6.1.10","3.0.1","7.0",[29,30,31],"e-commerce","woocommerce","wordpress","https:\u002F\u002Fwww.matrixwebdesigners.com\u002Fplugins\u002Fwoocommerce-hide-categories-shop-page\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fhide-categories-on-shop-page.1.1.3.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":38,"name":39,"version":40,"author":5,"author_profile":6,"description":41,"short_description":42,"active_installs":43,"downloaded":44,"rating":34,"num_ratings":34,"last_updated":45,"tested_up_to":46,"requires_at_least":47,"requires_php":48,"tags":49,"homepage":53,"download_link":54,"security_score":9,"vuln_count":34,"unpatched_count":34,"last_vuln_date":35,"fetched_at":36},"shortcodes-for-rumble","Shortcodes for Rumble","1.0.0","\u003Cp>Simply upload this plugin like any other, and activate it. Go to any post\u002Fpage to edit.\u003Cbr \u002F>\nexample shortcode:\u003Cbr \u002F>\n    [rumblevid url=”https:\u002F\u002Frumble.com\u002Fembed\u002Fvideoid\u002F?pub=1″ poster=false overlay=”\u002Fwp-content\u002Fuploads\u002Fvideo-placeholder.png” height=”500px” width=”100%”]\u003C\u002Fp>\n\u003Ch3>Additional Information\u003C\u002Fh3>\n\u003Cp>The video element can easily be modified to your likings with additional parameters i.e. “height”, “width” or by css.\u003C\u002Fp>\n\u003Cp>The code is well documented so its easy to find what part you are looking for.\u003C\u002Fp>\n\u003Cp>If you have any question please send a support request to info@matrixwebdesigners Subject: Shortcodes for Rumble Help, Thanks\u003C\u002Fp>\n","Being that there wasn't a plugin to ensure a good video embed of Rumble videos, Shortcodes for Rumble was born. Simple to use and developer frien &hellip;",50,1380,"2021-12-18T14:24:00.000Z","5.8.13","5.8.2","7.2",[50,51,52,31],"responsive-videos","rumble","video-embed","https:\u002F\u002Fmatrixwebdesigners.com\u002Fwordpress\u002Fshortcodes-for-rumble-videos\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fshortcodes-for-rumble.1.0.0.zip"]