cron_request

cron_request

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.0.3

apply_filters('cron_request') is found 1 times:

  • /wp-includes/cron.php line 352
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    *     }
     * }
     * @param string $doing_wp_cron The unix timestamp of the cron lock.
     */
    $cron_request = apply_filters( 'cron_request', array(
        'url'  => add_query_arg( 'doing_wp_cron', $doing_wp_cron, site_url( 'wp-cron.php' ) ),
        'key'  => $doing_wp_cron,
        'args' => array(
            'timeout'   => 0.01,
            'blocking'  => false,
            /** This filter is documented in wp-includes/class-wp-http-streams.php */