Filter: wpbuddy/rich_snippets/rich_snippet/value/{$field_type}

apply_filters( 'wpbuddy/rich_snippets/rich_snippet/value/{$field_type}', $value, $object, $meta_info, $overwritten ) → {mixed}

Rich_Snippet value type filter. Allows plugins to hook into the value. The last parameter is the $field_type (ie. textfield).
Parameters:
Name Type Description
$value mixed The value.
$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

apply_filters( 'wpbuddy/rich_snippets/rich_snippet/value/{$field_type}', $value, $object, $meta_info, $overwritten ) → {mixed}

Rich_Snippet value type filter. Allows plugins to hook into the value. The last parameter is the $field_type (ie. textfield).
Parameters:
Name Type Description
$value mixed The value.
$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