\n becomes n
-
echo "<script>window.KOF_DRAFT = " . wp_json_encode( $config ) . ";</script>\n";
becomes
echo "<script>window.KOF_DRAFT = " . wp_json_encode( $config ) . ";</script>n";
after saving and re-openng in File Manager editor.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.