Lines:
1 to 20 of 20
<?php /** * Migration from Jetpack Custom CSS to WordPress' Core CSS. * * @since 4.4.2 * * @package Jetpack */ /* class Jetpack_Custom_CSS_Data_Migration */ /* function Jetpack_Custom_CSS_Data_Migration::add_hooks() – Set up assorted actions and filters used by this class. */ /* function Jetpack_Custom_CSS_Data_Migration::do_migration() – Do the bulk of the migration. */ /* function Jetpack_Custom_CSS_Data_Migration::register_legacy_post_type() – Re-register the legacy CPT so we can play with the content already in the database. */ /* function Jetpack_Custom_CSS_Data_Migration::get_post() – Get the post used for legacy storage. */ /* function Jetpack_Custom_CSS_Data_Migration::get_all_revisions() – Get all revisions of the Jetpack CSS CPT entry. */ /* function Jetpack_Custom_CSS_Data_Migration::get_options() – Get the options stored for a given revision ID. */ Jetpack_Custom_CSS_Data_Migration::add_hooks();