Skip to content

Instantly share code, notes, and snippets.

@tareq1988
tareq1988 / hook-taxonomy.php
Last active January 7, 2017 00:06
WPUF Action Hook Taxonomy
<?php
/**
* Register a custom taxonomy
*
* @return void
*/
function prefix_register_genere_taxonomy() {
register_taxonomy( 'genere', 'post', array(
'label' => __( 'Genre' ),