friends_comments_form - akirk/friends GitHub Wiki

Auto-generated Example

add_action(
   'friends_comments_form',
    function( $_post_id ) {
        // Your code here.
    }
);

Parameters

  • $_post_id

Files

do_action( 'friends_comments_form', $_post_id )

← All Hooks