@drmosko
Active 7 years ago
-
Prince Abiola Ogundipe replied to the topic how to deny login from wordpress login page in the forum How-to & Troubleshooting 10 years, 8 months ago
if you are using buddypress theme or child theme, you can easily hook the error message to the sidebar using:
‘add_action ( ‘bp_before_sidebar_login_form’, ‘my_xyz’);’