Namespace PlusBusinessSoftwareBestand: Plus_FTP_Handler.php /** * Wether or not to remove images from the current product that do not have a King source in their metadata * * @filter plus_remove_images_without_source * @param bool Default to true * @return bool Wether or not to remove images from the current product that do not have a King source […]
Namespace PlusBusinessSoftwareLibrariesBestand: 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() );