• I have added custom taxonomies to my functions.php file, and changed all the labels following the documentation in the Function Reference/register taxonomy and now I would like to customize the labels for the default tag and category taxonomies. Is there an easy way to override the defaults in the wp-includes/taxonomy.php without altering that core file?

Viewing 1 replies (of 1 total)
  • I suppose in theory you could hook onto init really early after the taxonomies have been registered and redefine the labels in the $wp_taxonomies object array..

    There’s no hooks specifically for modifying those labels though, to directly answer the question.. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Changing default labels for tag and category’ is closed to new replies.