Skip to content

Instantly share code, notes, and snippets.

@lukecav
Forked from theukedge/gist:6565913
Created December 2, 2016 21:19
Show Gist options
  • Select an option

  • Save lukecav/48757a9f0a5f1924cc25aea0f1179e4d to your computer and use it in GitHub Desktop.

Select an option

Save lukecav/48757a9f0a5f1924cc25aea0f1179e4d 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