Hi,
How do I modify the text that gets sent via private message when a user is “mentionned” thru the Mention plugin?
Reading the doc I found:
- apply_filters(‘sph_mentions_pm_message’, $who.’ ‘.__(‘mentioned you in the forum post’, ‘sp-mentions’).’: ‘.$newpost[‘url’], $newpost, $user->ID);) – Allows modification of the message in a mentions notification when using the Private Messaging system before it is output/returned.
But I would love to see in the doc an example of how to use this.
Thanks!