PHP fatal error every time in geoip_detect_update_cron()
-
$do_it = apply_filter(‘geoip_detect_cron_do_update’, !GEOIP_DETECT_AUTO_UPDATE_DEACTIVATED, $immediately_after_activation);
That causes a PHP fatal error – no such function. Should be: apply_filters, not apply_filter
Best wishes,
David
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP fatal error every time in geoip_detect_update_cron()’ is closed to new replies.