elementor / elementor/elementor
Removal of widget's default javascript handler
Open
mod/q*
- Dominant language
- PHP
- Stars
- 7.1k
- Forks
- 1.6k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 193
Description
@bainternet
Is there any proper way to remove a widget's default javascript handler before it is executed?
The only way I found so far is by:
1. un-registering a widget
2. registering it again with a different name so the default js handler doesn't get attached to it.
Although, this workaround causes problems, as all existing widget instances are lost.
Contributor guide
Assessment
This issue has not been assessed yet.