You appear to be a bot. Output may be restricted
Description
Get ZIP file sourceCurrently… zip files created by "oik-zip" are stored in the plugins folder zip files created by "oik-tip" are stored in the themes folder
Usage
$string = oikb_get_zip_source();
Parameters
Returns
string the source folder for zip filesSource
File name: oik-batch/oik-list-previous-files.phpLines:
1 to 4 of 4
function oikb_get_zip_source() { $source = ABSPATH . "wp-content/plugins" ; return( $source ); }View on GitHub