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