wp_next_scheduled

wp_next_scheduled

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8.2

apply_filters('wp_next_scheduled') is found 1 times:

  • /wp-includes/cron.php line 859
    	 * }
    	 * @param array  $args       Array containing each separate argument to pass to the hook
    	 *                           callback function.
    	 */
    	return apply_filters( 'wp_next_scheduled', $next_event->timestamp, $next_event, $hook, $args );
    }
    
    /**
     * Sends a request to run cron through HTTP request that doesn't halt page loading.
     *
     * @since 2.1.0