79668302

Date: 2025-06-16 22:21:30
Score: 0.5
Natty:
Report link

In my case, I wasn't able to edit the shortcode, so I added wpcf7_form_id_attr filter in my functions.php file like following:

add_filter('wpcf7_form_id_attr', fn() => 'wpcf7-' . WPCF7_ContactForm::get_current()->id());
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nashi