Post的对象字段包含存储在数据库中的原始内容。这应将其格式化为使用模板标记检索时的显示方式:
$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)