如何修复WordPress中的getu content()stripped标签
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何修复WordPress中的getu content()stripped标签相关的知识,希望对你有一定的参考价值。
<?php the_content(); // this is your standard way to output Post or Page content // now the test which works $var_content = get_the_content(); $var_content = apply_filters( 'the_content', $var_content ); echo $var_content; ?>
以上是关于如何修复WordPress中的getu content()stripped标签的主要内容,如果未能解决你的问题,请参考以下文章