Answers:
帖子的对象字段包含原始内容,因为它存储在数据库中。这应该将其格式化为使用模板标签检索时的外观:
$content = apply_filters('the_content', $content);
此过滤器运行许多格式化功能,包括短代码解析。接近这个:
>>>>> the_content
8 (object) WP_Embed -> run_shortcode (1)
(object) WP_Embed -> autoembed (1)
10 wptexturize (1)
convert_smilies (1)
convert_chars (1)
wpautop (1)
shortcode_unautop (1)
prepend_attachment (1)
11 capital_P_dangit (1)
do_shortcode (1)