apply_filters( ‘nelio_content_post_author_name’, string $name , WP_Post $post )
Filters the post’s author name.
Parameters
- $name string
(Required) Name of the author.
- $post WP_Post
(Required) Post object.
Source
Changelog
Version | Description |
---|---|
2.2.4 | Introduced. |