Filters for Learnmate LifterLMS

rlla_llms_single_course_content

lifterlms/single-course.php

do_action( ‘rlla_llms_single_course_content’ );
This action can be used to add content on single course page.

widget_rlla_llms_course_categories_args

llms-widgets/class-reign-llms-widget-course-categories.php

apply_filters( ‘widget_rlla_llms_course_categories_args’, $cat_args, $instance );
This filter can be used to filter arguments to fetch LifterLMS course categories.

widget_rlla_llms_course_difficulties_args

llms-widgets/class-reign-llms-widget-course-difficulties.php

apply_filters( ‘widget_rlla_llms_course_difficulties_args’, $cat_args, $instance );
This filter can be used to filter arguments to fetch LifterLMS course difficulties.

rlla_llms_widget_filter_course_args

llms-widgets/class-reign-llms-widget-course-listing.php

apply_filters( ‘rlla_llms_widget_filter_course_args’, $course_args );
This filter can be used to filter arguments to fetch LifterLMS courses.

rlla_llms_widget_filter_membership_args

llms-widgets/class-reign-llms-widget-membership-listing.php

apply_filters( ‘rlla_llms_widget_filter_membership_args’, $membership_args );
This filter can be used to filter arguments to fetch LifterLMS memberships.

rlla_free_layout_widget_text_back_to_course

llms-widgets/class-reign-llms-widget-course-overview.php

apply_filter( ‘rlla_free_layout_widget_text_back_to_course’, __( ‘Back To Course’, ‘reign-lifterlms’ ) );
This filter can be used to change the text “Back To Course”.

apply_filter( ‘rlla_free_layout_widget_text_free_layout’, __( ‘Free Layout’, ‘reign-lifterlms’ ) );
This filter can be used to change the text “Free Layout”.

rlla_llms_course_shortcode_args

core/class-reign-lifterlms-course-shortcode.php

apply_filters( ‘rlla_llms_course_shortcode_args’, $args );
This filter can be used to change args to be used in reign lifterlms course shortcode.

rlla_llms_read_more_text

core/class-reign-lifterlms-courses-layout.php

apply_filters( ‘rlla_llms_read_more_text’, __( ‘Enrol’, ‘reign-lifterlms’ ) );
This filter can be used to change the button text used on course grid.

add_dashboards_tabs_at_top

core/class-reign-lifterlms-dashboard.php

function : add_dashboards_tabs_at_top
apply_filters( ‘rlla_dashboards_tabs_at_top’, $tabs_title );
This can be used to add more tags on top of lifterlms dashboard.

render_course_description

core/class-reign-lifterlms-single-course-layout.php

function : render_course_description
$course_features = apply_filters( ‘rlla_modify_course_features_in_tab’, $course_features );
This feature can be used to modify course features listed on course single page.

render_course_instructors

function: render_course_instructors
apply_filters( ‘rlla_llms_filter_course_author_url’, get_author_posts_url( $author_id ) . ‘?post_type=course’ );
This can be used to filter author or instructor page url.

render_rlla_related_courses_section

function: render_rlla_related_courses_section
apply_filters( ‘rlla_llms_args_for_related_courses’, $args );
This filter can be used to modify the args to fetch related courses on course single page.

rlla_llms_course_data_tabs

core/reign-lifterlms-functions.php

function: rlla_llms_course_data_tabs
apply_filters( ‘rlla_llms_course_data_tabs’, $tabs );
This filter can be used to manage tabs for course single page.

reign_llms_locate_template

function: reign_llms_locate_template
apply_filters( ‘reign_llms_locate_template’, $template, $template_name, $template_path, $default_path );
This filter can be used to locate addon file from some other place.

Update on September 25, 2018