过滤当前帖子作者的显示名称。
原型
apply_filters( 'the_author', string $authordata->display_name )
参数
$authordata->display_name
(string)
作者的显示名称。
源文件
路径:wp-includes/author-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/the_author/
过滤当前帖子作者的显示名称。
apply_filters( 'the_author', string $authordata->display_name )
$authordata->display_name
(string)
作者的显示名称。
路径:wp-includes/author-template.php
英文文档:https://developer.wordpress.org/reference/hooks/the_author/
请在后台设置小工具!