How CDATA is added in source code
-
I have in the source code
/* <![CDATA[ */ var _wpcf7 = {"loaderUrl":"http:\/\/www.mysite.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ...","cached":"1"}; /* ]]> */
I do not understand how /* <![CDATA[ */ comment is added in the source code, from which script and function.
I want to minify and remove new lines from the source code.
thanks
Andrew
- The topic ‘How CDATA is added in source code’ is closed to new replies.