Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 WordPress 新手,我想限制 Yoast 插件中元描述输入字段的字符长度。任何帮助表示赞赏。
试试这个
function mike_description_yoast( $str ) { return substr($str, 0, 165); } add_filter( 'wpseo_metadesc', 'mike_description_yoast' );
At the console.log line in the render method below, it shows that this.member instance is exactly what it should be. So member object is good. I've spit out the string in tpl and it'