There seems to be an issue with the extension. I’m getting empty raw views and downloads. I did some digging, and it looks like the DOMDocument::loadHTML
method is stripping out the pre
tags from the content. I couldn’t quickly determine why. Is anybody else seeing this issue?
Here’s the code snippet I’m using:
<pre lang="php" escaped="true" filename="functions.php">
<?php
add_action( 'wp_enqueue_scripts', 'my_wp_enqueue_scripts', 20 );
function my_wp_enqueue_scripts() {
wp_enqueue_style( 'my-woocommerce', get_stylesheet_directory_uri() . '/css/woocommerce.css', null, '1.0' );
}
</pre>
https://www.ads-software.com/plugins/wp-syntax-download-extension/
]]>Can you place a little example code to show how to use the extension.
Thanks
Trevor
https://www.ads-software.com/plugins/wp-syntax-download-extension/
]]>Basically wordpress gets broken if I use this plugin for 3.5.2
I get no error and nothing. Just the pages wont load.
https://www.ads-software.com/extend/plugins/wp-syntax-download-extension/
]]>