PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

get_addon_info method bug

  1. bradvin
    Member

    Hey Guys,

    in v1.5 gravityforms.php, method get_addon_info, line 865:

    $raw_response = wp_remote_post($request_url, $options);

    should be:

    $raw_response = wp_remote_post($request_url, $args);

    Posted 13 years ago on Friday March 25, 2011 | Permalink
  2. Thanks for the heads up! The $options parameter is actually not needed in this case. I removed it from my dev version.

    Posted 13 years ago on Friday March 25, 2011 | Permalink