Skip to content

friends_comments_form

github-actions[bot] edited this page Jul 27, 2025 · 2 revisions

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

Clone this wiki locally