We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44458e commit 5171cb6Copy full SHA for 5171cb6
wordpress-stubs.php
@@ -108623,7 +108623,6 @@ function spawn_cron($gmt_time = 0)
108623
* @since 5.7.0 Functionality moved to _wp_cron() to which this becomes a wrapper.
108624
* @since 6.9.0 The _wp_cron() callback is moved from {@see 'wp_loaded'} to the {@see 'shutdown'} action,
108625
* unless `ALTERNATE_WP_CRON` is enabled; the function now always returns void.
108626
- * @phpstan-return false|int<0, max>|void
108627
*/
108628
function wp_cron(): void
108629
{
0 commit comments