Forums
(@nullmob)
5 years, 11 months ago
You can add add_filter in wp-config.php, but it is not recommended.
Can you make changes to functions.php? If so, you can try this.
add_filter( 'auto_core_update_send_email', '__return_false' );
6 years ago
Have you tried quotes? E.g.
$secret = "RECAPTCHA_KEY";