- Timestamp:
- 08/07/2020 04:12:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-automatic-updater.php
r48701 r48750 180 180 * 181 181 * The dynamic portion of the hook name, `$type`, refers to the type of update 182 * being checked. Can be 'core', 'theme', 'plugin', or 'translation'. 182 * being checked. Potential hook names include: 183 * 184 * - `auto_update_core` 185 * - `auto_update_plugin` 186 * - `auto_update_theme` 187 * - `auto_update_translation` 183 188 * 184 189 * Generally speaking, plugins, themes, and major core versions are not updated
Note: See TracChangeset
for help on using the changeset viewer.