Skip to content

Commit

Permalink
Formatting: Fixed some experimental snippets after migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
claygriffiths committed Jan 7, 2025
1 parent a716b07 commit 9337396
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion experimental/gpdec-delay-for-gravity-pdf-bg-processing.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
/**
* We're no longer using the experimental folder for experimental snippets. 🚧
* You can now find the snippet here:
* https://github.com/gravitywiz/snippet-library/blob/master/gp-easy-passthrough/gpdec-delay-for-gravity-pdf-bg-processing.php
* https://github.com/gravitywiz/snippet-library/blob/master/gp-disable-entry-creation/gpdec-delay-for-gravity-pdf-bg-processing.php
*/
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/**
* Experimental Snippet 🧪
* --- STOP! ---
*
* This snippet is deprecated and no longer required if you are using the latest version of Simply Schedule Appointments.
Expand Down
2 changes: 1 addition & 1 deletion gp-unique-id/gpuid-custom-format-ABC12345.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php // phpcs:ignore WordPress.Files.FileName.NotHyphenatedLowercase
/**
* Gravity Perks // Unique ID // Custom Format: `ABC12345`
*
Expand Down
4 changes: 2 additions & 2 deletions gravity-forms/gw-use-html5-datepicker.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/**
* Gravity Wiz // Gravity Forms // Use HTML5 Datepicker
*
* Experimental Snippet 🧪
*
* Some users, especially on mobile, may prefer their browser's native datepicker. This snippet will
* convert date fields to use the native datepicker if the visitor is on a mobile device. Optionally, you can
* have the date fields converted for all users (including desktop).
*
* Instructions:
* 1. Install our free Custom JavaScript for Gravity Forms plugin.
* Download the plugin here: https://gravitywiz.com/gravity-forms-code-chest/
*
* Experimental Snippet 🧪
* 2. Copy and paste the snippet into the editor of the Custom Javascript for Gravity Forms plugin.
*/

Expand Down

0 comments on commit 9337396

Please sign in to comment.