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?
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?
Comments are closed.
The hook is described on this page in Action reference section.