Add filters to convert statistic slugs to alphabetic strings

This commit is contained in:
ThemeBoy
2013-11-27 03:10:49 +11:00
parent 639f4b86da
commit 68fa7f30d4
10 changed files with 204 additions and 59 deletions

View File

@@ -10,7 +10,7 @@ function sp_div_term_init() {
'labels' => $labels,
'public' => true,
'hierarchical' => true,
'rewrite' => array( 'slug' => 'division' ),
'rewrite' => array( 'slug' => 'division' )
);
register_taxonomy( 'sp_div', $object_type, $args );
}