Skip to content

Instantly share code, notes, and snippets.

View dvdpearson's full-sized avatar

David Pearson dvdpearson

  • San Francisco, CA
View GitHub Profile
<?php
/**
* Remove a given term from the specified post
*
* Helper function since this functionality doesn't exist in core
*/
function my_remove_post_term( $post_id, $term, $taxonomy ) {
if ( ! is_numeric( $term ) ) {