bp_messages_sent_notification_email, $recipients, , , $args
bp_messages_sent_notification_email, $recipients, , , $args
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_messages_sent_notification_email, $recipients, , , $args') is found 1 times:
- /bp-messages/bp-messages-functions.php line 653
* @param string $email_subject Deprecated in 2.5; now an empty string. * @param string $email_content Deprecated in 2.5; now an empty string. * @param array $args Array of originally provided arguments. */ do_action( 'bp_messages_sent_notification_email', $recipients, '', '', $args ); } add_action( 'messages_message_sent', 'messages_notification_new_message', 10 ); /** * Finds and exports personal data associated with an email address from the Messages tables. *