Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Created April 17, 2013 22:27
Show Gist options
  • Select an option

  • Save LinzardMac/5408284 to your computer and use it in GitHub Desktop.

Select an option

Save LinzardMac/5408284 to your computer and use it in GitHub Desktop.
function pods_in_head(){
global $promos;
$promos = pods('discount_code');
}
add_action('wp_head', 'pods_in_head');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment