acf/preview_value
acf/preview_value
Appears in: advanced-custom-fields.6.2.3
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.2.3apply_filters('acf/preview_value') is found 1 times:
- /includes/acf-value-functions.php line 353
* @param mixed $value The value to preview. * @param string $post_id The post ID for this value. * @param array $field The field array. */ return apply_filters( 'acf/preview_value', $value, $post_id, $field ); } // Register variation. acf_add_filter_variations( 'acf/preview_value', array( 'type', 'name', 'key' ), 2 ); /**