jetpack_protect_can_send_recovery_emails, true

jetpack_protect_can_send_recovery_emails, true

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_protect_can_send_recovery_emails, true') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-waf/src/abstract-blocked-login-page.php line 96
    		 * @since 5.6.0
    		 *
    		 * @param bool $can_send_recovery_emails Defaults to true.
    		 */
    		$this->can_send_recovery_emails = apply_filters( 'jetpack_protect_can_send_recovery_emails', true );
    		$this->ip_address               = $ip_address;
    
    		add_filter( 'wp_authenticate_user', array( $this, 'check_valid_blocked_user' ), 10, 1 );
    		add_filter( 'site_url', array( $this, 'add_args_to_login_post_url' ), 10, 3 );
    		add_filter( 'network_site_url', array( $this, 'add_args_to_login_post_url' ), 10, 3 );
    		add_filter( 'lostpassword_url', array( $this, 'add_args_to_lostpassword_url' ), 10, 2 );