apply_filters( 'llms_generator_get_author_id', int $author_id , array $raw )
Filter the author ID prior to it being used for the generation of new posts
Parameters Parameters
- $author_id
-
(int) WP_User ID of the author.
- $raw
-
(array) Original raw author data.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |