WPIntell

Source evidence

Remove jQuery dependency

ClickCease Click Fraud Protection · support · 2023-08-22T14:44:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Dmitrii unresolved
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? I’ve also tried to contact you by sending an email to support@clickcease.com 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?

Comments

1 shown
Dmitrii 2023-08-24T07:31:00+00:00

I’ve also tried to contact you by sending an email to support@clickcease.com 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?