Skip to content

Instantly share code, notes, and snippets.

View elvishp2006's full-sized avatar
🏠
Working from home!

Elvis Henrique Pereira elvishp2006

🏠
Working from home!
View GitHub Profile
@elvishp2006
elvishp2006 / wp-taxonomy-dropdown.php
Created August 22, 2018 12:23 — forked from eduardozulian/wp-taxonomy-dropdown.php
Callback function for 'meta_box_cb' argument inside register_taxonomy() that replaces the regular checkboxes with a plain dropdown list
<?php
/**
* Callback function for taxonomy meta boxes
*
* A simple callback function for 'meta_box_cb' argument
* inside register_taxonomy() that replaces the regular
* checkboxes with a plain dropdown list
*
* @param [type] $post [description]
* @param [type] $box [description]