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
Description Description
Parameters Parameters
- $author_id
-
WP_User ID of the author.
- $raw
-
Original raw author data.
Source Source
File: includes/abstracts/llms-abstract-generator-posts.php
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |