Support » Plugin: Classic Widgets » Please dont stop supporting this one :)

  • Personally, I don’t like the new block editor and I always install this classic editor. Please don’t stop supporting this one!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator jordesign

    (@jordesign)

    Hi @0xk3on – thanks for taking the time to write a review.

    I don’t like the new block editor and I always install this classic editor

    For what it is worth – we are working to always be improving the Block Editor. Are there particular things you don’t like, or find difficult to use?

    Please don’t stop supporting this one!

    Great news – even if support for this plugin were dropped in the future there will still be ways to disable the block editor for those who’d prefer that. It will be possible with this line of code added to your site.

    add_filter( 'use_block_editor_for_post', '__return_false' );
    succotash

    (@succotash)

    Hi there – Follow up on your suggestion of adding code:

    Where would you put the “add_filter” code? (edit comment to add, last time I added code I broke my site due to dumb error). I’m trying to edit widgets and the block editor is pretty confusing. The last I edited any widgets was before the block editor change. Would be great just to edit code rather than install a whole new plug in, thanks!

    Alvaro Gómez

    (@mrfoxtalbot)

    In my experience, the cleanest way to add code and avoid your users from deactivating it is by creating a must-use plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this review.