Namespace \PlusBusinessSoftware\Libraries
Bestand: Plus_FTP_Connection_Library.php
/**
* Allow manipulation of the wordpress upload dir
*
* @filter plus_ftp_handler_upload_dir
* @param string The upload dir as given by wp_upload_dir().
* @return string The upload dir to use for our uploads.
*/
return apply_filters( 'plus_ftp_handler_upload_dir', wp_upload_dir() );