support/compatibility for bbcode plugins using add_shortcode()
-
I developed a plugin for ww.wp.xz.cn that defines a custom bbcode using the add_shortcode() API. So far so good up to ww.wp.xz.cn 4.9
I saw the announcements about gutneberg for ww.wp.xz.cn 5 and I tried my plugin in conjunction with ww.wp.xz.cn 4.9 and the gutemberg plugin: total fail, my plugin does not work anymore or it does not obviously show how to make it work with the new editor.
Questions:
– will ww.wp.xz.cn 5 guarantee backward compatibility for the add_shortcode() API ?
– any published guidelines for plugin developers to take into account and prepare their plugins for ww.wp.xz.cn 5 ?
– any guidelines/reccomendations for bbcode plugin developers to switch from the add_shortcode() API to something else that will result in a gutenberg block? After all, my plugin takes the bbcode data from the user and creates an iframes showing graphic interactive content derived from that data (and no, it’s a custom developement very unlikely to be in the standard embeds of gutemberg)Thanks for helping bbcode plugin developers preparing for the big change!
The topic ‘support/compatibility for bbcode plugins using add_shortcode()’ is closed to new replies.