We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
74f6322
Previous 2 versions called the wrong URL due to encoding of / to %2F, resulting in a 404. Now using add_query_arg instead of http_build_query.
/
%2F
add_query_arg
http_build_query
Full Changelog: 0.0.2...0.0.3