php 摘录后长度

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 摘录后长度相关的知识,希望对你有一定的参考价值。

//* Modify the length of post excerpts
add_filter( 'excerpt_length', 'kr_starter_length' );
function kr_starter_length( $length ) {

	return 50; // pull first 50 words

}

以上是关于php 摘录后长度的主要内容,如果未能解决你的问题,请参考以下文章

php 更改摘录长度

php 修改帖子摘录的长度

php 摘录长度

php 自定义摘录长度

php 摘录长度

php 改变摘录长度