friends_message_form - akirk/friends GitHub Wiki

Auto-generated Example

add_action(
   'friends_message_form',
    function() {
        // Your code here.
    }
);

Files

do_action( 'friends_message_form' )

← All Hooks