We should copy the custom CSS option from WordPress.com and save them in the appropriate place on the new site. We can hook into the vip_after_data_migration to do this automatically after a migration. The Jetpack_Custom_CSS::save_revision function is one option for saving the CSS on the VIP Go side.
We should copy the custom CSS option from WordPress.com and save them in the appropriate place on the new site. We can hook into the
vip_after_data_migration
to do this automatically after a migration. TheJetpack_Custom_CSS::save_revision
function is one option for saving the CSS on the VIP Go side.