• I love this plugin! I already had my own code to whitelist certain blocks in the editor, but I couldn’t figure how to remove certain core-embed blocks. But with this plugin, I’m able to remove those blocks as well! I abandoned my custom code and just used this instead.

    It would be nice to see it have a feature to restrict blocks to certain roles. PublishPress Blocks has this, but it’s very clunky and also adds its own blocks. I prefer a simple Block Manager like this one

    //updated my review again because it now works

    • This topic was modified 3 years ago by anonmeimei.
    • This topic was modified 3 years ago by anonmeimei.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Thank you @anonmeimei and thanks for the suggestion.
    Cheers,

    Plugin Author Darren Cooney

    (@dcooney)

    @anonmeimei It’s working for me in 5.8. You should use the support form if you require assistance not update your review.
    https://wordpress.org/support/plugin/block-manager/

    Plugin Author Darren Cooney

    (@dcooney)

    @anonmeimei Just a thought, I wonder if there was an issue with a previously disabled block that is causing the issue.

    You may want to try removing the Block Manager option from the options table.

    if(is_defined('BLOCK_MANAGER_OPTION')){
    	delete_option( BLOCK_MANAGER_OPTION );
    }

    If you run this function in your functions.php it should remove any Block Manager settings. You can then set your disabled blocks again.

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