wordfence_updated_allowed_services_definitions
wordfence_updated_allowed_services_definitions
Appears in: wordfence.8.0.1, wordfence.8.0.2, wordfence.8.0.3, wordfence.8.0.4, wordfence.8.0.5, wordfence.8.1.0
Hook Type: action
Displaying hooks found in version: wordfence.8.1.0do_action('wordfence_updated_allowed_services_definitions') is found 1 times:
- /lib/wfConfig.php line 2449
* * @param array $before The previous service list definitions. * @param array $after The new service list definitions. */ do_action('wordfence_updated_allowed_services_definitions', $before, $after); break; } case 'bannedURLs': { $before = array_filter(explode("\n", wfUtils::cleanupOneEntryPerLine(wfConfig::get($key)))); $after = array_filter(explode("\n", wfUtils::cleanupOneEntryPerLine($newValue)));