Skip to content

Instantly share code, notes, and snippets.

@kjohnson
Last active August 27, 2015 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjohnson/cad6e250af33938fbbdc to your computer and use it in GitHub Desktop.
Save kjohnson/cad6e250af33938fbbdc to your computer and use it in GitHub Desktop.
<?php
class Ninja_Forms
{
// ...
}
function Ninja_Forms() {
return Ninja_Forms::instance();
}
$my_field = Ninja_Forms()->form( 1 )->field( 3 );
$my_field->update_setting( 'foo', 'bar' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment