apply_filters( 'sensei_messages_send_message_link', $html, $message_notice, $post_id, $user_id ) → {string}
Filter the send message link
Parameters:
Name | Type | Description |
---|---|---|
$html |
string | The HTML for the send message link. |
$message_notice |
array | The message notice. |
$post_id |
int | The post ID. |
$user_id |
int | The user ID. |
- Since:
- 1.9.18
- Source:
Returns:
Filtered HTML.
- Type
- string