• How can I use this plugin to hide all the blocks I want to hide from the network pages?
    Is there some global setting that would let me set up only the blocks I want to show on the multisite network pages, or do I have to manually set up the plugin for each network-site?

    Thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    @gomle You could use the filter as shown on the plugin page.
    https://www.ads-software.com/plugins/block-manager/

    add_filter('gbm_disabled_blocks', function(){
        return ['core/buttons', 'core/columns', 'core/freeform', 'core/table'];
    });

    Just add that the functions.php of each theme.

    Let me know if this helps.

    Thread Starter Gomle

    (@gomle)

    Thanks. I ran into some problems installing this plugin on a wordpress MU v. 5.7.2. Maybe it’s a compatibility issue with either another plugin, or maybe it could be with the wordpress-version itself? Any plans of updating it? ??

    Plugin Author Darren Cooney

    (@dcooney)

    @gomle I’ll try to test an mu site this or next week. Not sure about an update because I’m not sure if anything needs to be updated ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Use on multisite’ is closed to new replies.