Build a PHP page from snippets with NodeJS and JSDOM/jQuery

LIAINUEMULA

New Member
I am playing with creating a PHP page from ready code snippets and modify the page with JSDOM/jQuery. For example, I have this code:\[code\]window.$('title').text('<?php wp_title(); ?>');\[/code\]But it inserts php tags escaped. How to make it put this string as it is without escaping?
 
Back
Top