Conversation
supportHi, pretty cool plugin, thanks! There’s only one problem I have within one WP installation: The plugin automatically adds backslashes to quotes. So this var $ = jQuery; $(document).ready(function(){ alert("test"); }); is being saved like this var $ = jQuery; $(document).ready(function(){ alert(\"test\"); }); and the code is not working. Any idea/solution? Best regards joschi81 https://wordpress.org/plugins/tc-custom-javascript/
Thank you for using my plugin. I think backslashes automatically added because of Magic quotes setting of PHP. I have released new version to resolve this problem. Please update to the latest version (1.0.3). If you still have any problem please give me a feedback and I will support you. Best regards Tiny Code studio
Thank you, works perfectly! I marked this topic as resolved. Best regards joschi81
Thank you for using my plugin. I think backslashes automatically added because of Magic quotes setting of PHP. I have released new version to resolve this problem. Please update to the latest version (1.0.3). If you still have any problem please give me a feedback and I will support you. Best regards Tiny Code studio
Thank you, works perfectly! I marked this topic as resolved. Best regards joschi81