PagesExportImport::getExportPath() method
Get the path where ZIP exports are stored
Usage
// basic usage
$string = $porter->getExportPath();
// usage with all arguments
$string = $porter->getExportPath(string $subdir = '');Arguments
| Name | Type(s) | Description |
|---|---|---|
$subdir (optional) | string | Specify a subdirectory name if you want it to create it. If it exists, it will create a numbered version of the subdir to ensure it is unique. |
Return value
string
$porter methods and properties
API reference based on ProcessWire core version 3.0.252