• I have a plugin for wordpress 4, now I need to make that work for wordpress 5. Should I create a new plugin or is there any other way?

Viewing 2 replies - 1 through 2 (of 2 total)
  • What about your plugin isn’t working in WordPress 5?

    Keep in mind that for WordPress the second digit is the major version. So 4.8, 4.9, 5.0 are all equally significant updates, at least when it comes to backwards compatibility. “WordPress 4” and “WordPress 5” are not completely different versions of WordPress. 5.0 is an incremental release following 4.9.

    In 5.0 nothing changed so significantly that a plugin that worked in 4.9 won’t work in 5.0. The only exception is in regards to the editor. 5.0 introduced a new editor, so if your plugin dealt with the editor, then it will likely need updates. But your plugin will continue to work if the user opts to use the old editor, or if your plugin had nothing to do with the editor.

    Thread Starter DesignBold

    (@designboldit)

    my plugin add a button to media button, when WordPress update to WordPress 5 that replace editor and hidden my button.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Update plugin for WordPress 5’ is closed to new replies.