Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Remove All Extra Options By JKit
- */
- function remove_all_extra_options_by_jkit() {
- remove_action( 'elementor/element/common/_section_style/after_section_end', array( \Jeg\Elementor_Kit\Elements\Element::instance(), 'add_widget_options' ) );
- remove_action( 'elementor/element/column/section_advanced/after_section_end', array( \Jeg\Elementor_Kit\Elements\Element::instance(), 'add_column_options' ) );
- remove_action( 'elementor/element/section/section_advanced/after_section_end', array( \Jeg\Elementor_Kit\Elements\Element::instance(), 'add_section_options' ) );
- remove_action( 'wp_enqueue_scripts', array( \Jeg\Elementor_Kit\Elements\Element::instance(), 'enqueue_scripts' ) );
- }
- add_action( 'init', 'remove_all_extra_options_by_jkit' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement