You appear to be a bot. Output may be restricted
Description
Usage
Akismet_Admin::display_page();
Parameters
Returns
void
Source
File name: akismet/class.akismet-admin.php
Lines:
1 to 8 of 8
public static function display_page() { if ( !Akismet::get_api_key() || ( isset( $_GET['view'] ) && $_GET['view'] == 'start' ) ) self::display_start_page(); elseif ( isset( $_GET['view'] ) && $_GET['view'] == 'stats' ) self::display_stats_page(); else self::display_configuration_page(); }