Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yellowberri-snippets/fa13c1c80ff33e2a407d to your computer and use it in GitHub Desktop.
Save yellowberri-snippets/fa13c1c80ff33e2a407d to your computer and use it in GitHub Desktop.
PHP: WP: yb_list_custom_taxonomy() Args
<?php
$args = array(
'postID' => '',
'customTax' => 'artwork_category',
'withLink' => TRUE,
'separator' => ' | ',
'exclude' => array()
);
yb_list_custom_taxonomy($args);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment