Skip to content

Instantly share code, notes, and snippets.

@Pross
Last active September 10, 2021 12:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pross/4bfc57617668ccbfc180bf98044fd234 to your computer and use it in GitHub Desktop.
Save Pross/4bfc57617668ccbfc180bf98044fd234 to your computer and use it in GitHub Desktop.
[my-form] shortcode
add_shortcode( 'my-form', function() {
if ( ! isset( $_GET['fl_builder'] ) ) {
return 'Your IFRAME CODE HERE';
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment