Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Issue with Ajax and WordPress Shortcode Reply To: Issue with Ajax and WordPress Shortcode

#242830
rkieru
Participant

When you say it is stripping the [productpage] short code, what exactly is it doing? Omitting that entirely, showing that exact text, or something else?

If I had to hazard a guess (and without more details it really is just a guess) I would assume the issue to be with:

$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);