📜  wp change num words exerpct - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:40.905000             🧑  作者: Mango

代码示例1
function my_excerpt_length($length){
return 80;
}
add_filter(‘excerpt_length’, ‘my_excerpt_length’);