apply_filters( 'llms_course_has_sales_page_redirect', boolean $has_redirect, LLMS_Course $course, string $type )

Filters whether or not the course has a sales page redirect.


Parameters Parameters

$has_redirect

(boolean) Whether or not the course has a sales page redirect.

$course

(LLMS_Course) Course object.

$type

(string) The course's sales page content type property value.


Top ↑

Source Source

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

View on GitHub


Top ↑

User Contributed Notes User Contributed Notes

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