acf/load_reference
acf/load_reference
Appears in: advanced-custom-fields.6.3.6.3
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.6.3apply_filters('acf/load_reference') is found 1 times:
- /includes/acf-value-functions.php line 39
* @param string $reference The reference value. * @param string $field_name The field name. * @param (int|string) $post_id The post ID where meta is stored. */ return apply_filters( 'acf/load_reference', $reference, $field_name, $post_id ); } /** * Retrieves the value for a given field and post_id. * * @date 28/09/13