标签: php wordpress
我正在WordPress的get_the_excerpt()文件中调用functions.php。当前存在摘录将字符串“ Summary”添加到字符串末尾的问题。我该如何删除? 注意:如果有人在摘录框或帖子内容中实际键入摘要,我不想准备替换字符串。
get_the_excerpt()
functions.php
我正在使用的代码是:
$excerpt = wp_strip_all_tags(get_the_excerpt($postId));
答案 0 :(得分:0)
这实际上是与Rich Snippets发生的插件冲突。