replaced comment form for a custom one

This commit is contained in:
2026-03-14 19:31:10 +01:00
parent 00c23b43de
commit ef7c5ccec8
5 changed files with 115 additions and 80 deletions

View File

@@ -178,15 +178,6 @@ class Partnerexpo_Core_User_Fields extends Partnerexpo_Core {
'company',
sanitize_text_field($_POST['company'])
);
if ( ! empty( $_POST['name'] ) && trim( $_POST['name'] ) != '' ) {
add_comment_meta(
$id,
'name',
sanitize_text_field($_POST['name'])
);
}
return true;
}
}