Hello
I am trying to add some script in wplms units from front end editor but the editor remove that script and didn't save that script, also the scripts that were added from wp-admin, when we want to edit that script and open that unit in front end editor the editor remove the script.
Example:
When I want to add below code
npPlayerInit('npholder1', '', '3gLhooZIkB', 380, 0);
The front editor only save
and other
npPlayerInit('npholder1', '', '3gLhooZIkB', 380, 0); is removed.
If I add this code from wp-admin back-end editor it is ok and when I edit that unit from front end editor it is only show
in editor other script part didn't picked by the front end editor.
Can you please help me to fix this issue.
Thanks