I have seen it here: wp_schedule_event

Code snippet:

 add_action( 'wp', 'prefix_setup_schedule' );

I couldn’t find this hook anywhere in documentation, how does it work?

1 Answer
1

The hook is described on this page in Action reference section.

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *