Filter other backups plugin directory
-
I’m using a snippet to exclude duplicator lite backups into all-in-one wp migration backups, but I think that I need also exclude all-in-one wp migration backups into duplicator lite backups, how to do?
add_filter( 'ai1wm_exclude_content_from_export', function( $exclude ) { $exclude[] = 'backups-dup-lite'; return $exclude; } );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Filter other backups plugin directory’ is closed to new replies.