AP_Askform_Widget::__construct()
Description #
Initialize the class
Source #
File: widgets/ask-form.php
public function __construct() {
parent::__construct(
'ap_askform_widget',
__( '(AnsPress) Ask form', 'anspress-question-answer' ),
array( 'description' => __( 'AnsPress ask form widget', 'anspress-question-answer' ) )
);
}
Expand full source code Collapse full source code View on GitHub: widgets/ask-form.php:25
Add your comment