WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
include_once WB_PATH.'/droplets/functions.inc.php';wb_unpack_and_import( WB_PATH.'<MODULENAME>/install/<FILENAME>.zip', WB_PATH.'/temp/unzip/' );
array( 'count' => $count, 'errors' => $errors, 'imported'=> $imports );
include_once WB_PATH.'/droplets/functions.inc.php';list( $count, $errors, $imported ) = wb_unpack_and_import( WB_PATH.'<MODULENAME>/install/<FILENAME>.zip', WB_PATH.'/temp/unzip/' );if ( count( $errors ) > 0 ) { // your error handling here}