PWP Customizer
Hi Ben, i really like using your plugin on a daily basis. Really worked very good always. Now i sadly have a little issue. I want to edit the text (login page a bit) no big things just a few h1 and p tags. I tried to reedit the functions php with the provided code you given:
function my_password_protected_before_login_form() { echo '
My content here
'; } add_action( 'password_protected_before_login_form', 'my_ password_protected_before_login_form' );Sadly i couldnt succeed.
Than i found your customizer script for this lugin. I installed it to the plugins folder but sadly cant see the edit features in the backend. Can you give me a hint what i am doing wrong or where i can find the edit features for the login page?
Thanks in advance!
Marcos
If you have both Password Protected plugin and the Password Protected Customizet plugin active, it should add extra fields to the Admin > Settings > Password Protected page.
Hi Ben, thanks for your small hint! It helped and everything runs like a charm! Thanks again!
Best regards
Marcos
Am 05.01.2016 um 23:28 schrieb Ben Huson [email protected]:
If you have both Password Protected plugin and the Password Protected Customizet plugin active, it should add extra fields to the Admin > Settings > Password Protected page.
— Reply to this email directly or view it on GitHub https://github.com/benhuson/password-protected/issues/67#issuecomment-169154645.