registerCommonStyles(); } /** * Use modern Bootstrap or not. * * @see `bootstrapBasicEnqueueScripts()` function for more details. */ $useModernBootstrap = apply_filters('bootstrap_basic_use_modern_bootstrap', false); if (true === $useModernBootstrap) { wp_enqueue_style('bootstrap-basic-modern-bootstrap-style'); } else { wp_enqueue_style('bootstrap-style'); } }// enqueueBlockEditorAssets } }