• Resolved paranoaman1217

    (@paranoaman1217)


    The classic editor plugin will be supported until 2022, but if you set a function to disable the block editor in WordPress’s “functions.php”, it will have the same specifications as the classic editor.

    add_filter( 'use_block_editor_for_post', '__return_false' );

    Can I use this setting even if support for the classic editor plug-in ends?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Alvaro Gómez

    (@mrfoxtalbot)

    Hey @paranoaman1217!

    The are no plans to retire the Classic Editor plugin but even if that was the case, I tested the code you shared above and I can confirm that it will allow you to continue using the Classic Editor.

    I hope that helps!

    Thread Starter paranoaman1217

    (@paranoaman1217)

    Thank you for your reply.
    Let me ask you one more question.
    Will Classic Editor plugin support continue beyond 2023?

    Alvaro Gómez

    (@mrfoxtalbot)

    You are welcome, @paranoaman1217!

    I do not know for sure but if I had to bet, I’d say the Classic Editor plugin is likely going to be around beyond 2023.

    By the way, the plugin just got updated to make it clear that it compatible with the newest version of WordPress.

    Screen Shot on 2022 11 04 at 11 16 34

    ??

    Thread Starter paranoaman1217

    (@paranoaman1217)

    thank you for your valuable opinion!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘About classic editor plugin support’ is closed to new replies.