// Disable password reset (lost password) entirely add_filter( 'allow_password_reset', '__return_false' ); // Remove the "Lost your password?" link and block the retrieve-password action add_action( 'login_form_lostpassword', function() { wp_redirect( wp_login_url() ); exit; } ); add_action( 'login_form_retrievepassword', function() { wp_redirect( wp_login_url() ); exit; } );

Σώμα

Καλάθι αγορών

We would love to hear from you

Drop Us A Line