Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created August 16, 2016 13:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/c6392abfef2a0d0267a5d8b20d8847dc to your computer and use it in GitHub Desktop.
Save billerickson/c6392abfef2a0d0267a5d8b20d8847dc to your computer and use it in GitHub Desktop.
<?php
/**
* Display WPForms
*
* @author Bill Erickson
* @see http://www.billerickson.net/code/display-wpform/
*
* @param int $form_id, which form to display
* @param bool $display_title, default is false
* @param bool $display_description, default is false
*/
wpforms_display( $id, $display_title, $display_description );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment