create_function deprecated
-
When define WP_DEBUG, guet lots of messagues lique:
[15-Jun-2020 15:22:08 UTC] PHP Deprecated: Function create_function() is deprecated in /blah/pluguins/bwp-recaptcha/bwp-recaptcha.php on line 40
Changued line 40 to:
`add_filter(‘bwp_capt_init_priority’, function() { return 9; });
The topic ‘create_function deprecated’ is closed to new replies.