acf/load_reference

acf/load_reference

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.0.2

apply_filters('acf/load_reference') is found 1 times:

  • /includes/acf-value-functions.php line 39
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
         * @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