Skip to content

Instantly share code, notes, and snippets.

@soderlind-gist
Created February 1, 2013 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save soderlind-gist/4691276 to your computer and use it in GitHub Desktop.
Save soderlind-gist/4691276 to your computer and use it in GitHub Desktop.
piklist:group
piklist( 'field', array(
'type' => 'group'
, 'field' => 'demo_address'
, 'label' => __( 'Address' )
, 'description' => __( '' )
, 'fields' => array(
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment