WP_Upgrader::schedule_temp_backup_cleanup()
Schedules the cleanup of the temporary backup directory.
Source
File: wp-admin/includes/class-wp-upgrader.php
*
* @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass.
*
* @param string[] $directories Optional. Array of directories. If any of these do
* not exist, a WP_Error object will be returned.
Changelog
Version | Description |
---|---|
6.3.0 | Introduced. |