groundhogg/event/queued
Used to run a block of code when the event is put in an execution queue by the Groundhogg plugin.
do_action('groundhogg/event/queued', $this);
You will receive the object of an event class as an argument.
Used to run a block of code when the event is put in an execution queue by the Groundhogg plugin.
do_action('groundhogg/event/queued', $this);
You will receive the object of an event class as an argument.
Still need help? Contact Us Contact Us