acf/get_post_id_info

acf/get_post_id_info

Hook Type: filter

See hook in core

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

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

  • /includes/api/api-helpers.php line 2269
    2266
    2267
    2268
    2269
    2270
    2271
    2272
    2273
    2274
    2275
        // update cache
        // acf_set_cache($cache_key, $info);
        // filter
        $info = apply_filters( 'acf/get_post_id_info', $info, $post_id );
     
        // return
        return $info;
    }
     
    /**