-
-
Save lukecav/48757a9f0a5f1924cc25aea0f1179e4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // DISABLE CERTAIN FIELDS | |
| function enqueue_gf_disable() { | |
| wp_enqueue_script( 'gf-disable', plugins_url( '/scripts/gravity-forms-disable.js', dirname(__FILE__) ) ); | |
| } | |
| add_action( 'wp_enqueue_scripts', 'enqueue_gf_disable' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment