We are using now classic editor with the Bootstrap Shortcodes plugin. So after moving to WordPress 5, how this Bootstrap Shortcodes plugin work with Gutenberg editor.
After upgrade to WordPress 5 existing design with bootstrap will collapse?
/
$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>
We are using now classic editor with the Bootstrap Shortcodes plugin. So after moving to WordPress 5, how this Bootstrap Shortcodes plugin work with Gutenberg editor.
After upgrade to WordPress 5 existing design with bootstrap will collapse?
/