apply_filters( 'wpbuddy/rich_snippets/rich_snippet/value', $value, $field_type, $object, $meta_info, $overwritten ) → {mixed}
Rich_Snippet value filter.
Allows plugins to hook into the value that will be outputted later.
Parameters:
Name | Type | Description |
---|---|---|
$value |
mixed | The value. |
$field_type |
string | The field type (ie. textfield). |
$object |
Rich_Snippet | The current Rich_Snippet object. |
$meta_info |
array | |
$overwritten |
bool | If the property has been overwritten on a per-post-basis. |
- Since:
- 2.0.0
- Source:
Returns:
- Type
- mixed