Skip to content

Instantly share code, notes, and snippets.

@paulgibbs
Created January 18, 2014 18:15
Show Gist options
  • Save paulgibbs/8494114 to your computer and use it in GitHub Desktop.
Save paulgibbs/8494114 to your computer and use it in GitHub Desktop.
<?php
function md_change_achievements_slug() {
return 'badges';
}
add_filter( 'dpa_get_root_slug', 'md_change_achievements_slug' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment