acf/get_post_id_info, $info, $post_id

acf/get_post_id_info, $info, $post_id

Hook Type: filter

See hook in core

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

apply_filters('acf/get_post_id_info, $info, $post_id') is found 1 times:

  • /includes/api/api-helpers.php line 2319
     
    	// update cache
    	// acf_set_cache($cache_key, $info);
    	// filter
    	$info = apply_filters( 'acf/get_post_id_info', $info, $post_id );
    
    	// return
    	return $info;
    }
    
    /**