
WP-CLI v2 – 通过终端管理WordPress
apply_filters( 'get_the_modified_date', $the_time, $format, $post )
get_the_modified_date: 这个函数检索当前文章最后修改的日期,根据WordPress的设置进行格式化。
过滤文章的最后修改日期。
return apply_filters( 'get_the_modified_date', $the_time, $format, $post );