-
Notifications
You must be signed in to change notification settings - Fork 19
friends_message_read
github-actions[bot] edited this page Sep 6, 2026
·
19 revisions
add_action(
'friends_message_read',
function( $post_id ) {
// Your code here.
}
);$post_id
do_action( 'friends_message_read', $post_id )