Skip to content

Instantly share code, notes, and snippets.

@rahularyan
Created December 5, 2017 08:34
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 rahularyan/376fb0f31adb81d783dfb82a9ce3829c to your computer and use it in GitHub Desktop.
Save rahularyan/376fb0f31adb81d783dfb82a9ce3829c to your computer and use it in GitHub Desktop.
<?php
function my_ap_activity_actions( $actions ) {
$actions['new_q']['verb'] = 'A question was asked';
return $actions;
}
add_filter( 'ap_activity_actions', 'my_ap_activity_actions' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment