Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created April 5, 2018 06:41
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 barrykooij/7759811afd0f6271b53bebebb5a04bfc to your computer and use it in GitHub Desktop.
Save barrykooij/7759811afd0f6271b53bebebb5a04bfc to your computer and use it in GitHub Desktop.
add_filter( 'wpcm_filter_sort', function ( $sorts ) {
unset( $sorts['mileage-asc'] );
unset( $sorts['mileage-desc'] );
return $sorts;
}, 10, 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment