I’ve added a tag meta box and taxonomy to allow tags on my CPTs. However I cannot find the argument in the codex to edit “Separate tags with commas” and “Choose from the most used tags”. Does anyone know of a filter or register_taxonomy argument for these?
Leave a Reply
You must be logged in to post a comment.
I found a list of arguments for get_taxonomy_labels which had the proper arguments for these fields. I was able to add these to my existing register_taxonomy() function’s labels.