gocodebox / lifterlms-rest

LifterLMS REST API Feature Plugin
6 stars 7 forks source link

Cannot remove "protected" from a course with a password: #261

Closed davideneglia closed 2 years ago

davideneglia commented 2 years ago

Hi everyone. I have my own online course portal and I'm modifyng the user interface. image

How can I remove the word "protetto" that means that the cours has a password? I don't want to show this word.

Thank you for you help

thomasplevy commented 2 years ago

Hey there @davideneglia

You'll want to use the WordPress protected_title_format core filter to remove the "Protected" prefix that is added to password protected posts

thomasplevy commented 2 years ago

@davideneglia I'm going to close this out as it doesn't appear to be an issue related to the LifterLMS REST API. If you have further questions or disagree let us know and we can reopen and continue discussing.