Sanitize meta value.
- Full name:
sanitize_meta - Defined in:
cms/core/Shared/Helpers/hook.php
Parameters
| Parameter | Type | Description |
|---|---|---|
$metaKey |
string | Meta key. |
$metaValue |
mixed | Meta value to sanitize. |
$arrayType |
string | Type of object the meta is registered to. |
$arraySubtype |
string | Optional. The subtype of the object type. |
Return Value
mixed
Sanitized $metaValue.