apply_filters( 'wpbuddy/rich_snippets/save_snippet/property/sanitize', $property_value ) → {mixed}
Sanitize schema property filter.
Allows to filter the schema property value during sanitization.
Parameters:
Name | Type | Description |
---|---|---|
$property_value |
mixed | The value of the property. |
- Since:
- 2.0.0
- Source:
Returns:
The modified value.
- Type
- mixed