wc_autoship_before_no_autoship (action)
Fires before rendering the "No Autoship" message.
Example
<?php function wc_autoship_before_no_autoship_example() { } add_action( 'wc_autoship_before_no_autoship', 'wc_autoship_before_no_autoship_example' );