Skip to content

Instantly share code, notes, and snippets.

/file1.php Secret

Created February 26, 2018 16:18
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/4c44733c4bc378ac359eb331babb2453 to your computer and use it in GitHub Desktop.
Save anonymous/4c44733c4bc378ac359eb331babb2453 to your computer and use it in GitHub Desktop.
if( class_exists( 'GW_Tag_Editor' ) ) {
new GW_Tag_Editor( array(
'tag' => 'form',
'form_id' => 4,
'data-f24name' => 'gform_4'
) );
}
if( class_exists( 'GW_Tag_Editor' ) ) {
new GW_Tag_Editor( array(
'tag' => 'form',
'form_id' => 4,
'data-f24name' => 'gform_4'
) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment