Uses
Uses | Description |
---|---|
wp-includes/class-wp-recovery-mode.php: WP_Recovery_Mode::handle_cookie() | Handles checking for the recovery mode cookie and validating it. |
wp-includes/class-wp-recovery-mode.php: WP_Recovery_Mode::get_link_ttl() | Gets the number of seconds the recovery mode link is valid for. |
wp-includes/load.php: wp_installing() | Check or set whether WordPress is in “installation” mode. |
wp-includes/cron.php: wp_next_scheduled() | Retrieve the next timestamp for an event. |
wp-includes/cron.php: wp_schedule_event() | Schedules a recurring event. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |