LLMS_Student::get_enrollment_trigger( int $product_id )

Get the enrollment trigger for a the student’s enrollment in a course


Parameters Parameters

$product_id

(int) (Required) WP Post ID of the course or membership


Top ↑

Return Return

(string|false)


Top ↑

Source Source

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

		// Don't return `null` values from the database.
		$status = $status ? $status : false;

		/**
		 * Filter a user's enrollment status for a specific post.


Top ↑

Changelog Changelog

Changelog
Version Description
?? Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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