Viewing 1 replies (of 1 total)
  • Thread Starter bluepointdigital

    (@bluepointdigital)

    I’m not sure if this is the best way to do this (I don’t think it is) but it has worked in fixing the tables:

    if (!function_exists('modify_jquery')) {
        function modify_jquery() {
            if (is_page(array('whmcs-bridge', 'Client Portal'))) {
                //wp_dequeue_script('jquery');
                 wp_deregister_script('jquery');
    
            }
        }
    }
    // add_action('init', 'modify_jquery');
    add_action('wp_enqueue_scripts', 'modify_jquery');
    
Viewing 1 replies (of 1 total)
  • The topic ‘OceanWP Theme + WHMCS-Bridge Client Area Conflict’ is closed to new replies.