AnsPress_Admin::filter_comments_query()

Method: Filter comment clauses, join meta where key is _ap_flag As pre_get_comments custom meta query not working so we are adding JOIN statement

AnsPress_Admin::join_by_author_name()

Method: Join users table in post table for searching posts by on user_login.

AnsPress_Admin::get_pages()

Method: Remove AnsPress base page from front page page select input.

AnsPress_Admin::modify_answer_title()

Method: Modify answer title before saving, in wp-admin.

AnsPress_Admin::append_post_status_list()

Method: Add AnsPress post status to post edit select box.

AnsPress_Breadcrumbs_Widget::widget()

Method: Output widget.

AP_Questions_Widget::__construct()

Method: Initialize the class.

AP_Questions_Widget::widget()

Method: Widget render

AP_Questions_Widget::form()

Method: Widget form.

AP_Questions_Widget::update()

Method: Update widget form.