Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Created January 31, 2013 23:29
Show Gist options
  • Save LinzardMac/4687696 to your computer and use it in GitHub Desktop.
Save LinzardMac/4687696 to your computer and use it in GitHub Desktop.
$type= post_type;
$name=post;
function referring_url_box ( $type, $name) {
pods_group_add( 'post', 'Referring URL', 'referring_url_name, referring_url' );
pods_group_add( 'post', 'Downloads', 'download_name, download_location' );
pods_group_add( 'post', 'Contact', 'contact_name, contact_url' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment