-
Notifications
You must be signed in to change notification settings - Fork 17
friends_comments_form
Alex Kirk edited this page Oct 16, 2024
·
1 revision
add_action(
'friends_comments_form',
function ( $_post_id ) {
// Your code here
}
);
$_post_id
do_action( 'friends_comments_form', $_post_id )