AdminThemeUikit::getLogo()
Get the URL to the ProcessWire or brand logo (or <img> tag)
Usage
// basic usage
$string = $adminThemeUikit->getLogo();
// usage with all arguments
$string = $adminThemeUikit->getLogo(array $options = []);Arguments
| Name | Type(s) | Description |
|---|---|---|
$options (optional) | array |
|
Return value
string
AdminThemeUikit methods and properties
API reference based on ProcessWire core version 3.0.252