copy_dir
copy_dir ( $from, $to, $skip_list = array() )
Parameters:- (string) from Source directory.
- (string) to Destination directory.
- (string[]) skip_list An array of files/folders to skip copying.
Returns:- (true|WP_Error) True on success, WP_Error on failure.
Defined at: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
Copies a directory from one location to another via the WordPress Filesystem
Abstraction.Assumes that WP_Filesystem() has already been called and setup.