wc_autoship_after_product_autoship_options (action)

Fires after Autoship Schedule options are rendered on the product page.

Example

<?php 

/**
* @param int $product_id
*/
function wc_autoship_after_product_autoship_options_example( $product_id ) {

}
add_action( 'wc_autoship_after_product_autoship_options', 'wc_autoship_after_product_autoship_options_example', 10, 1 );

Still need help? Contact Us Contact Us