Definition:
function akismet_http_post($request, $host, $path, $port = 80, $ip=null) {}
Parameters
- $request
- $host
- $path
- $port
- $ip
Source code
function akismet_http_post($request, $host, $path, $port = 80, $ip=null) { global $wp_version; $akismet_ua = "WordPress/{$wp_version} | ";
457
No comments yet... Be the first to leave a reply!