AP_Search_Widget::__construct()
Description #
Initialize the class
Source #
File: widgets/search.php
public function __construct() {
parent::__construct(
'AP_Search_Widget',
__( '(AnsPress) Search', 'anspress-question-answer' ),
array( 'description' => __( 'Question and answer search form.', 'anspress-question-answer' ) )
);
}
Expand full source code Collapse full source code View on GitHub: widgets/search.php:29
Add your comment