do_action( 'llms_rest_student_registered', LLMS_Student $student, WP_REST_Request $request, array $schema )

Fires after a LifterLMS student has been created via the REST API.


Parameters Parameters

$student

(LLMS_Student) Inserted or updated llms student.

$request

(WP_REST_Request) Request object.

$schema

(array) The item schema.


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/server/class-llms-rest-students-controller.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0-beta.12 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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