autoship_after_admin_migrations
Fires after rendering the Migrations section under Admin > Autoship Cloud.
function autoship_after_admin_migrations_example() { echo "This will appear after the migrations admin section.";<br>} add_action( 'autoship_after_admin_migrations', 'autoship_after_admin_migrations_example', 10, 0 );