We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c9577 commit 8b846faCopy full SHA for 8b846fa
gp-inventory/gpi-show-inventory-limit-in-form-editor.php
@@ -0,0 +1,9 @@
1
+<?php
2
+/**
3
+ * Gravity Perks // Inventory // Show Inventory Limit in Form Editor
4
+ * https://gravitywiz.com/documentation/gravity-forms-inventory/
5
+ *
6
+ * By default the current inventory is shown in the form editor.
7
+ * Use this filter to show the inventory limit.
8
+ */
9
+add_filter( 'gpi_always_show_inventory_limit_in_editor', '__return_true' );
0 commit comments