-
Notifications
You must be signed in to change notification settings - Fork 17
friends_message_read
Alex Kirk edited this page Nov 22, 2024
·
11 revisions
add_action(
'friends_message_read',
function ( $post_id ) {
// Your code here
}
);
$post_id
do_action( 'friends_message_read', $post_id )