Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * JKIT || Fix Bootstrap Conflict
- */
- if ( ! function_exists( 'jkit_fix_bootstrap_conflict' ) ) {
- /**
- * Fix Bootstrap Conflict function
- *
- * @param bool $conditions True or False.
- *
- * @return true
- */
- function jkit_fix_bootstrap_conflict( $conditions ) {
- return true;
- }
- add_filter( 'jkit_remove_form_control_conditions', 'jkit_fix_bootstrap_conflict' );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement