You appear to be a bot. Output may be restricted
Description
Usage
Akismet_Admin::display_alert();
Parameters
Returns
void
Source
File name: akismet/class.akismet-admin.php
Lines:
1 to 7 of 7
public static function display_alert() { Akismet::view( 'notice', array( 'type' => 'alert', 'code' => (int) get_option( 'akismet_alert_code' ), 'msg' => get_option( 'akismet_alert_msg' ) ) ); }