Skip to content

friends_comments_form

Alex Kirk edited this page Oct 16, 2024 · 1 revision

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 )

Hooks

Clone this wiki locally