Skip to content

Commit 9337396

Browse files
committed
Formatting: Fixed some experimental snippets after migration.
1 parent a716b07 commit 9337396

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

experimental/gpdec-delay-for-gravity-pdf-bg-processing.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
/**
33
* We're no longer using the experimental folder for experimental snippets. 🚧
44
* You can now find the snippet here:
5-
* https://github.com/gravitywiz/snippet-library/blob/master/gp-easy-passthrough/gpdec-delay-for-gravity-pdf-bg-processing.php
5+
* https://github.com/gravitywiz/snippet-library/blob/master/gp-disable-entry-creation/gpdec-delay-for-gravity-pdf-bg-processing.php
66
*/

gp-populate-anything/gppa-simply-schedule-appointments-refresh-lmts.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**
2-
* Experimental Snippet 🧪
32
* --- STOP! ---
43
*
54
* This snippet is deprecated and no longer required if you are using the latest version of Simply Schedule Appointments.

gp-unique-id/gpuid-custom-format-ABC12345.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php // phpcs:ignore WordPress.Files.FileName.NotHyphenatedLowercase
22
/**
33
* Gravity Perks // Unique ID // Custom Format: `ABC12345`
44
*

gravity-forms/gw-use-html5-datepicker.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/**
22
* Gravity Wiz // Gravity Forms // Use HTML5 Datepicker
33
*
4+
* Experimental Snippet 🧪
5+
*
46
* Some users, especially on mobile, may prefer their browser's native datepicker. This snippet will
57
* convert date fields to use the native datepicker if the visitor is on a mobile device. Optionally, you can
68
* have the date fields converted for all users (including desktop).
79
*
810
* Instructions:
911
* 1. Install our free Custom JavaScript for Gravity Forms plugin.
1012
* Download the plugin here: https://gravitywiz.com/gravity-forms-code-chest/
11-
*
12-
* Experimental Snippet 🧪
1313
* 2. Copy and paste the snippet into the editor of the Custom Javascript for Gravity Forms plugin.
1414
*/
1515

0 commit comments

Comments
 (0)