Advanced Course Search – Hide admin user in filter

Home Forums Legacy Support Support queries Other issues Advanced Course Search – Hide admin user in filter

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #269959
    witslk
    Spectator
    I have crated page with filter option and i want to hide admin user in instructor filter so let me know steps how to fix this Ref : https://prnt.sc/t4qlco
    #270379
    Anshuman Sahu
    Keymaster
    please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :   add_filter('wplms_show_admin_in_instructors',function(){ return 0; });
    #270410
    witslk
    Spectator
    This reply has been marked as private.
    #270616
    Veronica
    Moderator
    thanks to confirm topic closed
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Advanced Course Search – Hide admin user in filter’ is closed to new replies.