Skip to content

Instantly share code, notes, and snippets.

@thomasgriffin
Created March 5, 2012 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasgriffin/1980987 to your computer and use it in GitHub Desktop.
Save thomasgriffin/1980987 to your computer and use it in GitHub Desktop.
<form method="post" class="wl_add_item">
<input type="hidden" name="wl_add_quantity" value="1" />
<input type="hidden" name="wl_add_post_id" value="107" />
<input type="image" title="Increase quantity" src="http://npp-dev.se/hagabergs/wp-content/plugins/wishlist/add.png" value="submit" />
</form>
<form method="post" class="wl_remove_item">
<input type="hidden" name="wl_remove_quantity" value="1" />
<input type="hidden" name="wl_remove_post_id" value="107" />
<input type="image" title="Decrease quantity" src="http://npp-dev.se/hagabergs/wp-content/plugins/wishlist/remove.png" value="submit" />
</form>​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment