friends_message_read - akirk/friends GitHub Wiki
Auto-generated Example
add_action(
'friends_message_read',
function( $post_id ) {
// Your code here.
}
);
Parameters
$post_id
Files
do_action( 'friends_message_read', $post_id )
add_action(
'friends_message_read',
function( $post_id ) {
// Your code here.
}
);
$post_iddo_action( 'friends_message_read', $post_id )