autoship_admin_before_tax_rates
Fires before the Tax Rates Widget under Admin > Autoship Cloud.
function autoship_before_admin_tax_rates_example() { echo "This will appear before the tax rates admin widget.";<br>} add_action( 'autoship_before_admin_tax_rates', 'autoship_before_admin_tax_rates_example', 10, 0 );