[wp-testers] get_the_content usage question

Paul Robinson pablorobinson at gmail.com
Tue Mar 23 16:54:37 UTC 2010


Hi guys,

I'm just wondering, is the entry in the codex for get_the_content
still relevant where it tells you to add:

<?php
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]&gt;', $content);
?>

It says it hasn't been added to the core yet. Has it been added and
the codex just hasn't been updated yet?

Thanks,
Paul.


More information about the wp-testers mailing list