wc_autoship_after_autoship_schedules (action)

Fires after rendering Autoship Schedules menu in My Account section for customers.

Example

<?php
/**
* @param int $customer_id
*/
function wc_autoship_after_autoship_schedules_example( $customer_id ) {

}
add_action( 'wc_autoship_after_autoship_schedules', 'wc_autoship_after_autoship_schedules_example', 10, 1 );

Still need help? Contact Us Contact Us