From 52996d6e34f46a5f32870a789f0d6de73d70ffe4 Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 13 Sep 2024 14:28:15 -0400 Subject: [PATCH] `gpi-inventory-shortcode.php`: Improved header for Snippet Library. --- gp-inventory/gpi-inventory-shortcode.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. *