You appear to be a bot. Output may be restricted
Description
Usage
akismet_get_server_connectivity( $cache_timeout );
Parameters
- $cache_timeout
- ( mixed ) optional default: 86400 –
Returns
void
Source
File name: akismet/wrapper.php
Lines:
1 to 3 of 3
function akismet_get_server_connectivity( $cache_timeout = 86400 ) { return Akismet_Admin::get_server_connectivity( $cache_timeout ); }