do_action( 'llms_generator_new_user', int $author_id, array $data, array $raw )

Action fired after creation of a new user during generation


Description Description

@since 4.7.0


Parameters Parameters

$author_id

WP_User ID.

$data

User creation data passed to wp_insert_user().

$raw

Original raw author data.


Top ↑

Source Source

File: includes/abstracts/llms-abstract-generator-posts.php


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.