autoship_after_admin_payment_integrations
Fires after rendering the Payment Integrations widget under Admin > Autoship Cloud.
function autoship_after_admin_payment_integrations_example() { echo "This will appear after the payment integrations admin widget.";<br>} add_action( 'autoship_after_admin_payment_integrations', 'autoship_after_admin_payment_integrations_example', 10, 0 );