Skip to content

Instantly share code, notes, and snippets.

View dvdpearson's full-sized avatar

David Pearson dvdpearson

  • New York, NY
  • 03:03 (UTC -05:00)
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 ) ) {