• Dmitrii

    (@odminstudios)


    Is it possible to stop loading jQuery on the frontend for your plugin?

    Right now your plugin is the only plugin that uses jQuery on my site. Do you happen to have any plans removing jQuery?

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

    (@odminstudios)

    I’ve also tried to contact you by sending an email to [email protected]

    Thats the worst support I’ve received this year so far

    First I was bombarded by a bunch of “Thanks for reaching out!” letters (possibly I was receiving each letter what support request was forwarded to another person). Ended up by receiving “We’d love to hear what you think of our customer service.” letter as my request was closed

    What I want to find out, is in this file clickcease-click-fraud-protection/clickcease.php#214 you add your frontend script

    You do it like this

    wp_enqueue_script('clickceaseFrontEnd', plugin_dir_url(__FILE__) . 'includes/assets/js/front-end.js', ['jquery'], "1.0");

    But the front-end.js file does not have any jQuery code. Is that ok to fix your plugin by removing jQuery dependancy?

Viewing 1 replies (of 1 total)
  • The topic ‘Remove jQuery dependency’ is closed to new replies.