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