Skip to content

Instantly share code, notes, and snippets.

/file1.php Secret

Created February 27, 2017 22:21
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 anonymous/0cb7e1327191dcccc6b67a06279ad624 to your computer and use it in GitHub Desktop.
Save anonymous/0cb7e1327191dcccc6b67a06279ad624 to your computer and use it in GitHub Desktop.
<?php
new GW_Inventory( array(
'form_id' => 239,
'field_id' => 11.3,
'field_group' => 5,
'stock_qty' => function() {
$post_id = get_queried_object_id();
return intval( get_post_meta( $post_id, 'stock', true ) );
}
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment