Custom admin column for WP categories & taxonomies

Have a custom meta field for your wordpress categories or custom taxonomies? Want your custom field to be displayed on a custom admin column on the category admin page?

Once you have created your custom field for wp categories and taxonomies, you can display it by posting this snippet in your functions.php file as follows:

First, lets start by adding the column and column heading to categories admin table.

 

Lastly, lets display the date for each category term in the custom WP admin column we just created.