Because today I tried to integrate Recaptcha to CF7 but Google changed recaptch v2,v3 and now it called Recaptcha Enterprise and I tried to implement it to CF7 but it doesnt have a secret key anymore so I dont know what to add in secret key field in CF7 settings
Do you use Recaptcha on your website (Contact Form) ?
I tried to reinstall WP job manager but without changes…. 3 week ago it worked good but not now….I tried to deactivate all of my plugins but no change.
This is my htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress