Coding tips
Exclude Delay in course renewal in Drip timer for drip Starting Points
Coding tips
February 27, 2024
A drip with a starting point is different from a standard drip course. In a stan
Show Unit attachments in Curriculum display
Coding tips
October 27, 2023
In case you wish to show unit attachment in Unit — add_filter(̵
Conditionally activate Course Lock based on Membership Level
Coding tips
September 29, 2023
The below code checks if the current user has a Membership Level and deactivates
Patchstack vuln fix for WPLMS 3.9.9 CSRF
PHP
August 9, 2023
Since we are no longer providing automatic updates to users with WPLMS verison.
De-Index Member profiles and Unit pages from Google
PHP
September 15, 2022
Sometimes Google indexes the Member profiles or Unit pages and it is not easy to
Hide Unit for Students
4.0Coding tipsPHPSettings & FunctioningTips & Tricks
February 10, 2022
this setting will be added in unit section refer: add this code in wp-adm
This code snippet : https://gist.github.com/MrVibe/0c6d7b0853673326f4d9e2017eb3d
How to add Change Profile Cover Setting in Profile Section
4.0Coding tipsCSSSettings & FunctioningTips & Tricks
November 25, 2021
for this you need to follow these steps: 1. add this CSS class ” profile-c
Hide quiz print button
CSS
November 16, 2021
The WPLMS 1.6.3 comes with print quiz results button. In case you want to hide i
Remove achievements from Courses
PHP
November 15, 2021
Add following code, to remove Achievements from Courses and then reload buddypre
Show Add to Cart Button on Single Course Page WPLMS V4
4.0Coding tipsCSSPHPTips & Tricks
November 1, 2021
Add this code in wplms-customizer plugin>>wplms-customizer.php add_action(
Prevent cheating in quiz by submit quiz as soon as user leaves tab
Coding tipsTips & Tricks
October 27, 2021
Add this script in your wp-admin -> wplms -> footer -> google anaylitic
Remove Tabs from Student Enrolled course Single course View
PHP
September 13, 2021
This code tip will remove “Announcements”, “News”, ̶
AutoComplete unit as soon as it is Loaded
4.0Coding tips
September 4, 2021
WPLMS 4 can automatically mark unit complete on scroll or on Video completion. H
add_action( 'bp_init', function() { global $bp; bp_core_remove_subnav_item( 'cou