Get object in Advanced link
-
Hi ACF Extended,
I have used Terms in Advanced link to get product taxonomy, but ACF Extended did not return thumbnail object.
Do you think adding custom hook to below code is good?
function format_value($value, $post_id, $field){ // get value $value = $this->get_value($value); // Custom hook $value = apply_filters("bluecoral_acf_extended_hook", $value); // clean acfe_unset($value, 'type'); acfe_unset($value, 'post'); acfe_unset($value, 'term'); acfe_unset($value, 'url_title'); return $value; }
Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Get object in Advanced link’ is closed to new replies.