AP_Questions_Widget::__construct()
Description #
Initialize the class.
Source #
File: widgets/questions.php
public function __construct() { parent::__construct( 'ap_questions_widget', __( '(AnsPress) Questions', 'anspress-question-answer' ), array( 'description' => __( 'Shows list of question shorted by option.', 'anspress-question-answer' ) ) ); }
Expand full source code Collapse full source code View on GitHub: widgets/questions.php:28
Add your comment