wordfence_updated_banned_urls

wordfence_updated_banned_urls

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_action('wordfence_updated_banned_urls') is found 1 times:

  • /lib/wfConfig.php line 2457
    				 *
    				 * @param string[] $before The previous list.
    				 * @param string[] $after The new list.
    				 */
    				do_action('wordfence_updated_banned_urls', $before, $after);
    				break;
    			}
    			case 'wafAlertWhitelist':
    			{
    				$before = array_filter(explode("\n", wfUtils::cleanupOneEntryPerLine(wfConfig::get($key))));
    				$after = array_filter(explode("\n", wfUtils::cleanupOneEntryPerLine($newValue)));