Skip to content

Instantly share code, notes, and snippets.

@paulgibbs
Created August 1, 2013 22:17
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 paulgibbs/c411f1d052b8f4822860 to your computer and use it in GitHub Desktop.
Save paulgibbs/c411f1d052b8f4822860 to your computer and use it in GitHub Desktop.
<?php
function ktcb_get_achievement_description( $description ) {
return bp_create_excerpt( $GLOBALS['achievements_template']->achievement->description, 500 );
}
add_filter( 'dpa_get_achievement_description', 'ktcb_get_achievement_description' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment