Warning: This hook has been deprecated. Use llms_user_removed_from_membership instead for consistency with courses.

do_action( 'llms_user_removed_from_membership_level', int $user_id, int $product_id )

Execute the (deprecated) legacy action.


Parameters Parameters

$user_id

(int) WP_User ID of the student

$product_id

(int) WP_Post ID of the product.


Top ↑

Source Source

File: includes/models/model.llms.student.php

View on GitHub


Top ↑

Changelog Changelog

Changelog
Version Description
3.37.9 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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