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


Top ↑

Parameters Parameters

$author_id

(int) WP_User ID.

$data

(array) User creation data passed to wp_insert_user().

$raw

(array) Original raw author data.


Top ↑

Source Source

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

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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