10up / WP-Minions

ARCHIVED: Job Queue for WordPress
GNU General Public License v2.0
231 stars 40 forks source link

$args not being passed into callback function #25

Closed zachtownsend closed 6 years ago

zachtownsend commented 7 years ago

Hi, I've copied and pasted the example into functions.php to see if it works, and the $args passed into the callback function are not working. Any ideas why this might be happening?

Thanks, Zach

cmmarslender commented 7 years ago

I just tested this on a fresh environment, and the example in the readme works for me. Can you provide any more information about the environment you are running this in that might help to diagnose the problem?

zachtownsend commented 7 years ago

So actually I'm using Roots Sage/Bedrock setup so not quite a typical WordPress setup. It's running on a server running CentOS with PHP5.6.

cmmarslender commented 6 years ago

There was a bug with the args in the wp cron fallback that was resolved in #32 Do you still see this after that was merged?