Skip to content

Instantly share code, notes, and snippets.

@pippinsplugins
Created September 26, 2012 14:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pippinsplugins/3788409 to your computer and use it in GitHub Desktop.
Save pippinsplugins/3788409 to your computer and use it in GitHub Desktop.
function pw_bbp_filter_replies( $content, $reply_id ) {
// do something here
return $content;
}
add_filter('bbp_get_reply_content', 'pw_bbp_filter_replies', 10, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment