-
Notifications
You must be signed in to change notification settings - Fork 32
Hooks
Ben Marshall edited this page Feb 23, 2021
·
8 revisions
Applied to the IP address used by WordPress Zero Spam.
$ip
(string) The user's IP address.
add_filter(
'zerospam_get_ip',
function( $ip ) {
// Alter the IP address here.
return $ip;
}
);
Fires when WordPress Zero Spam was fully loaded and instantiated.
Fires on WordPress Zero Spam init
, after WordPress Zero Spam has finished loading but before any headers are sent.