mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-06 09:20:28 +08:00
parent
1df25aa2cd
commit
67b4eb7dec
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
* The code is used for the MainWP BackUpWordPress Extension
|
||||
* Extension URL: https://mainwp.com/extension/backupwordpress/
|
||||
*/
|
||||
*/
|
||||
|
||||
class MainWP_Child_Back_Up_Wordpress {
|
||||
public static $instance = null;
|
||||
|
@ -633,7 +633,7 @@ class MainWP_Child_Back_Up_Wordpress {
|
|||
|
||||
// Kick off a recursive filesize scan.
|
||||
if ( $new_version ) {
|
||||
$site_size = new HM\BackUpWordPress\Site_Size();
|
||||
$site_size = new HM\BackUpWordPress\Site_Size();
|
||||
$exclude_string = implode( '|', $excludes->get_excludes_for_regex() );
|
||||
if ( function_exists( 'HM\BackUpWordPress\list_directory_by_total_filesize' ) ) {
|
||||
$files = HM\BackUpWordPress\list_directory_by_total_filesize( $directory, $excludes );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue