AnsPress_Stats_Widget::__construct()
Description #
Initialize the class
Source #
File: widgets/question_stats.php
public function __construct() { parent::__construct( 'ap_stats_widget', __( '(AnsPress) Question Stats', 'anspress-question-answer' ), array( 'description' => __( 'Shows question stats in single question page.', 'anspress-question-answer' ) ) ); }
Expand full source code Collapse full source code View on GitHub: widgets/question_stats.php:31
Add your comment