debinz
Forum Replies Created
-
Forum: Reviews
In reply to: [Piotnet Addons For Elementor] Unable to cancel subscription.I wanted this feature also but couldn’t figure out how to do it.
The video has exceeded views so I can’t see it, are you able to explain how you fixed this? I have the same problem.
Resolved!
Thanks it’s working now! I had it in the wp_enqueue_scripts hook. What I’ve got it to do is have a “read less” option to click and it deactivates the tab.
I’ve also used this to find the handle and Essential Addons isn’t in there.
var_dump( $GLOBALS[‘wp_scripts’]->registered );
Hi, thank you for your response but that handle doesn’t work to dequeue it. I am using a function to dequeue the file and enqueue mine. Mine is enqueueing but I can’t get the official one dequeued.
wp_dequeue_script(‘c346d8c87’);
I’ve also tried wp_scripts()->dequeue( ‘c346d8c87’ );
This doesn’t work unfortunately.
Just a note – I’m sure the handle used to be ‘eael-front-end’ but it seems to have changed and I can’t figure out what it is to dequeue it.