Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Everything so far is pointing to breaking changes with the WP5.0+ new block editor. I’ve experienced similar issues with a number of plugins now and have reverted WP back to v.4.9.8.
    I guess we’ll have to wait a while to see what the resolution to these issues are, whether this will be a change in WP core or all plugin authors will have to work around these issues.
    I’ll be sticking on v.4.9.8 for some time to come I’d imagine.

    From what I can see this is an incompatibility issue with WordPress 5.0+

    I disabled all plugins except Classic Editor, enable debug logs and tested some older versions of the plugin.
    Versions of Classic editor <0.5 will work with WP 5.0 but do not give the same user experience.
    With Classic Editor 0.5+ I get the following log messages:

    PHP Notice:  edit_form_after_title is <strong>deprecated</strong> since version 5.0.0! Use block_editor_meta_box_hidden_fields instead. This action is still supported in the classic editor, but is deprecated in the block editor.
    PHP Notice:  edit_form_advanced is <strong>deprecated</strong> since version 5.0.0! Use block_editor_meta_box_hidden_fields instead. This action is still supported in the classic editor, but is deprecated in the block editor.

    I’ve not attempted to fix the PHP code as yet.

Viewing 2 replies - 1 through 2 (of 2 total)