Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** FIX MetForm Conflict with Bootstrap in Elementor Editor */
- function fix_metform_conflict_with_bootstrap_in_elementor_editor() {
- remove_action( 'elementor/editor/after_enqueue_scripts', array( \Jeg\Form\Form_Builder::get_instance(), 'form_control_script' ) );
- }
- add_action( 'init', 'fix_metform_conflict_with_bootstrap_in_elementor_editor' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement