function processHTML($content) {
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);
echo $content;
}
Related posts:
function processHTML($content) {
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);
echo $content;
}
Related posts:
Leave a Comment
Let us know your thoughts on this post but remember to place nicely folks!