Skip to content

Instantly share code, notes, and snippets.

/file1.php Secret

Created June 1, 2017 02:28
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/c843adb8ceff516b8d8cc1a1c3d5c68a to your computer and use it in GitHub Desktop.
Save anonymous/c843adb8ceff516b8d8cc1a1c3d5c68a to your computer and use it in GitHub Desktop.
new GW_Inventory( array(
'form_id' => 239,
'field_id' => 11.3,
'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