Skip to content

Instantly share code, notes, and snippets.

@theukedge
Created September 14, 2013 21:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save theukedge/6565913 to your computer and use it in GitHub Desktop.
Save theukedge/6565913 to your computer and use it in GitHub Desktop.
<?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