recovery_mode_email_rate_limit

recovery_mode_email_rate_limit

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.1

apply_filters('recovery_mode_email_rate_limit') is found 1 times:

  • /wp-includes/class-wp-recovery-mode.php line 307
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
         * @since 5.2.0
         *
         * @param int $rate_limit Time to wait in seconds. Defaults to 1 day.
         */
        return apply_filters( 'recovery_mode_email_rate_limit', DAY_IN_SECONDS );
    }
     
    /**
     * Gets the number of seconds the recovery mode link is valid for.
     *
     * @since 5.2.0