AnsPress_Theme::wp_head()

Method: Add feed and links in HEAD of the document

ap_questions_the_pagination()

Function: Output questions page pagination.

ap_answer_post_ajax_response()

Function: Send ajax response after posting an answer.

ap_answer_form()

Function: Generate answer form.

ap_get_categories_slug()

Function: Slug for categories page.

AnsPress_Hooks::new_comment_approve()

Method: Used to create an action when comment publishes.

AnsPress_Hooks::comment_approve()

Method: Used to create an action when comment get approved.

AnsPress_Hooks::comment_unapprove()

Method: Used to create an action when comment get unapproved.

AnsPress_Hooks::comment_trash()

Method: Used to create an action when comment get trashed.

AnsPress_Hooks::wp_insert_post_data()

Method: Filter post so that anonymous author should not be replaced by current user approving post.