Skip to content

Instantly share code, notes, and snippets.

View sureshkldh's full-sized avatar
🏠
Working from Office

sureshkldh

🏠
Working from Office
View GitHub Profile
@sureshkldh
sureshkldh / add-term-to-custom-taxonomy.php
Created November 7, 2019 10:57 — forked from ms-studio/add-term-to-custom-taxonomy.php
add term metabox to custom taxonomy - using WP 4.4 term meta functions
<?php
// source: http://wordpress.stackexchange.com/questions/211703/need-a-simple-but-complete-example-of-adding-metabox-to-taxonomy
// code authored by jgraup - http://wordpress.stackexchange.com/users/84219/jgraup
// CREATE CUSTOM TAXONOMY
add_action( 'init', '___create_my_custom_tax' );