08 Apr Remove Tags from WordPress
add_action('init', 'custom_remove_tax');
function custom_remove_tax() {
register_taxonomy('post_tag', array());
}
add_action('init', 'custom_remove_tax');
function custom_remove_tax() {
register_taxonomy('post_tag', array());
}