Skip to content

friends_message_read

Alex Kirk edited this page Nov 22, 2024 · 11 revisions

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 )

Hooks

Clone this wiki locally