I’ve narrowed it down.
It works if I change the function in the plugin
Changing the “i” to “svg” resolves it
I’ve narrowed it down.
It works if I change the function in the plugin
Changing the “i” to “svg” resolves it
var $el = jQuery(this).find('i');$el.toggleClass('fa-eye fa-eye-slash');
var $el = jQuery(this).find('svg');$el.toggleClass('fa-eye fa-eye-slash');
However, I do not know where to change this so that it does not get lost with the next update
The Function is in the code of the plugin page
userswp\vendor\ayecode\wp-ayecode-ui\includes\components\class-aui-component-input.php