Skip to content

Instantly share code, notes, and snippets.

@maor
Last active December 14, 2015 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maor/5025917 to your computer and use it in GitHub Desktop.
Save maor/5025917 to your computer and use it in GitHub Desktop.
<?php
function mc_akismet_unbloat_db( $return, $object_id, $meta_key ) {
return ( 'akismet_history' == $meta_key ) ? true : $return;
}
add_filter( 'add_comment_metadata', 'mc_akismet_unbloat_db', 10, 3 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment