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 )

← All Hooks