isn’t better to use WP_CONNTENT_DIR ?
ok the backtick problem is not a wp-syntax problem
my problem come from pdo for wordpress
Oh i find the trick for the back tick
just use the code tag before the pre tag
Stiil problem with wp-syntax
Now with a php snippet with backtick and “” string
I think it would be fine to have shortcode syntax to call wp-syntax
with two ways of call inline and infile
1) Inline syntax
[source lang="php" line="1" escaped="full"]
inline code here
[/source]
2) Infile syntax
[source lang="php" line="1" file="path_to_myfile.php /]