do_shortcode
-
Please, change this text:
// APPLY ‘the_content’ FILTER TO BLEND WITH EVERYTHING ELSE
$content = apply_filters( ‘the_content’, get_post_field( ‘post_content’, $id), $atts );with next text:
$content = do_shortcode( get_post_field( ‘post_content’, $id, $atts ) );Last update of WordPress not match for old syntax.
- The topic ‘do_shortcode’ is closed to new replies.