diff --git a/gp-inventory/gpi-inventory-shortcode.php b/gp-inventory/gpi-inventory-shortcode.php index d34d15fc..cb4ba618 100644 --- a/gp-inventory/gpi-inventory-shortcode.php +++ b/gp-inventory/gpi-inventory-shortcode.php @@ -6,10 +6,12 @@ * Instruction Video: https://www.loom.com/share/9d1897075b7b435389479d4f17fc6807 * * Update "123" to your form ID and "4" to your field ID with inventory. - * [gravityforms action="inventory" id="123" field="4"] + * + * `[gravityforms action="inventory" id="123" field="4"]` * * If using a field with scopes, you may provide the scope values in a comma-delimited list: - * [gravityforms action="inventory" id="123" field="4" scope_values="Scope Value,Another Scope Value"] + * + * `[gravityforms action="inventory" id="123" field="4" scope_values="Scope Value,Another Scope Value"]` * * This snippet requires GP Inventory 1.0-beta-1.7 or newer. *