action-scheduler Questions
5
I'm registering an event like:
wp_schedule_single_event( time(), 'do_custom_hook', array( $body ) );
Above that, I have added the following action:
add_action('do_custom_hook', 'process_custom_...
Occlude asked 24/2, 2020 at 10:51
1
© 2022 - 2025 — McMap. All rights reserved.