wpcf7_remote_ip_addr

wpcf7_remote_ip_addr

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_remote_ip_addr') is found 1 times:

  • /includes/submission.php line 525
    		and WP_Http::is_ip_address( $_SERVER['REMOTE_ADDR'] ) ) {
    			$ip_addr = $_SERVER['REMOTE_ADDR'];
    		}
    
    		return apply_filters( 'wpcf7_remote_ip_addr', $ip_addr );
    	}
    
    
    	/**
    	 * Retrieves the request URL of this submission.
    	 */