Lines:
1 to 26 of 26
<?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName /** * Handles items that have been selected for automatic updates. * Hooks into WP_Automatic_Updater * * @package automattic/jetpack */ /* class Jetpack_Autoupdate */ /* function Jetpack_Autoupdate::init() – Initialize and fetch the static instance. */ /* function Jetpack_Autoupdate::__construct() – */ /* function Jetpack_Autoupdate::autoupdate_translation() – Filter function for `auto_update_translation`. */ /* function Jetpack_Autoupdate::autoupdate_theme() – Filter function for `auto_update_theme`. */ /* function Jetpack_Autoupdate::autoupdate_core() – Filter function for `auto_update_core`. */ /* function Jetpack_Autoupdate::expect() – Stores the an item identifier to the expected array. */ /* function Jetpack_Autoupdate::automatic_updates_complete() – On completion of an automatic update, let’s store the results. */ /* function Jetpack_Autoupdate::get_log() – */ /* function Jetpack_Autoupdate::log_items() – Iterates through expected items ( plugins or themes ) and compares them to actual results. */ /* function Jetpack_Autoupdate::bump_stats() – Bump stats. */ /* function Jetpack_Autoupdate::get_successful_updates() – Parses the autoupdate results generated by WP_Automatic_Updater and returns a simple array of successful items */ /* function Jetpack_Autoupdate::get_possible_failures() – Get possible failure codes. */ /* function Jetpack_Autoupdate::get_plugin_slug() – Get the plugin slug. */ Jetpack_Autoupdate::init();