php 获取条款列表 - 带有剥离标签

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 获取条款列表 - 带有剥离标签相关的知识,希望对你有一定的参考价值。

            <?php
            $terms = get_the_term_list( $post->ID, 'case-study-role', '', ', ' );
            $terms = strip_tags( $terms );
            // Prevent certain tags from being stripped: $terms = strip_tags( $terms, '<li>' );
            echo $terms;
            ?>

以上是关于php 获取条款列表 - 带有剥离标签的主要内容,如果未能解决你的问题,请参考以下文章

php 获取条款快速列表

PHP 剥离PHP的HTML标签功能

php 剥离一些(或所有)产品标签

PHP 剥离html并修改标签和空格

PHP nodevalue剥离html标签

PHP nodeValue剥离html标签-innerHTML替代品?