MFUNC still not working
-
So I did it like in the FAQ says, first I inserted this line
define('W3TC_DYNAMIC_SECURITY', 'my_string');
into my wp-config.php. Then, I modified my single.php to having this:
<!-- mfunc {my_string} --> <?php get_sidebar(); ?> <!--/ mfunc {my_string} -->
No dice. So I tried the other way
<!-- mfunc {my_string} get_sidebar(); --> <!--/ mfunc {my_string} -->
No luck either. Am I doing something wrong?
- The topic ‘MFUNC still not working’ is closed to new replies.