VerifiedURL::contentJSON()
Get or set the 'content' JSON
Usage
// basic usage
$string = $verifiedURL->contentJSON();
// usage with all arguments
$string = $verifiedURL->contentJSON($jsonData = false);Arguments
| Name | Type(s) | Description |
|---|---|---|
$jsonData (optional) | string bool | Specify JSON string to set, or omit to get |
Return value
string null
VerifiedURL methods and properties
API reference based on ProcessWire core version 3.0.260