ap_questions_register_widgets()
Description #
Callback for registering question widget.
Source #
File: widgets/questions.php
180 181 182 | function ap_questions_register_widgets() { register_widget( 'AP_Questions_Widget' ); } |
Expand full source code Collapse full source code View on GitHub: widgets/questions.php:180
Add your comment