Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Jeg Elementor Kit - Bootstrap Conflict with QuadMenu plugin */
- function bootstrap_quadmenu_conflict( $conditions ) {
- global $pagenow;
- if ( 'nav-menus.php' === $pagenow ) {
- return true;
- }
- return $conditions;
- }
- add_filter( 'jkit_remove_form_control_conditions', 'bootstrap_quadmenu_conflict' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement