You appear to be a bot. Output may be restricted
Description
Usage
Akismet_Widget::__construct();
Parameters
Returns
void
Source
File name: akismet/class.akismet-widget.php
Lines:
1 to 13 of 13
function __construct() { load_plugin_textdomain( 'akismet' ); parent::__construct( 'akismet_widget', __( 'Akismet Widget' , 'akismet'), array( 'description' => __( 'Display the number of spam comments Akismet has caught' , 'akismet') ) ); if ( is_active_widget( false, false, $this->id_base ) ) { add_action( 'wp_head', array( $this, 'css' ) ); } }