Skip to content

Instantly share code, notes, and snippets.

/file1.php Secret

Created September 22, 2017 17:17
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 anonymous/731fde275197a949e7e160bdb777fe9d to your computer and use it in GitHub Desktop.
Save anonymous/731fde275197a949e7e160bdb777fe9d to your computer and use it in GitHub Desktop.
if( class_exists( 'GW_Tag_Editor' ) ) {
new GW_Tag_Editor( array(
'tag' => 'form',
'form_id' => 2,
'class' => 'some_new_class',
) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment