Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created October 30, 2011 14:30
Show Gist options
  • Save billerickson/1325959 to your computer and use it in GitHub Desktop.
Save billerickson/1325959 to your computer and use it in GitHub Desktop.
Variable for form
<?php
global $form_type;
$form_type = 'video';
get_search_form();
$form_type = '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment