You appear to be a bot. Output may be restricted
Description
Usage
Akismet::get_ip_address();
Parameters
Returns
void
Source
File name: akismet/class.akismet.php
Lines:
1 to 3 of 3
public static function get_ip_address() { return isset( $_SERVER['REMOTE_ADDR'] ) ? $_SERVER['REMOTE_ADDR'] : null; }