-
Notifications
You must be signed in to change notification settings - Fork 19
friends_comments_form
github-actions[bot] edited this page Jul 27, 2025
·
2 revisions
add_action(
'friends_comments_form',
function( $_post_id ) {
// Your code here.
}
);$_post_id
do_action( 'friends_comments_form', $_post_id )