@rvheriwa If you’re getting a no permission warning, try applying the code in functions in the theme.
Hide – WP Admin
*/
if ( !current_user_can( ‘administrator’ ) ) {
add_filter( ‘show_admin_bar’, ‘__return_false’ );
}
—————–
Tutor LMS > Advanced > Hide > Admin Bar and Restrict Access to WP Admin for Instructors: Disabled
@rvheriwa back up your file and replace the attached file.
This is how I solved the problem
- Backup your original file init.php
- Download the file in the plugins folder: plugins\tutor-pro\classes\init.php
DOWNLOAD: https://www.mediafire.com/file/at773l7sj5c0vif/tutor-lms-button.rar/file
I hope I’ve helped.
-
This reply was modified 1 year, 3 months ago by tiagotmx.