ap_pre_update_answer

Filter Hook: Can be used to modify `$args` before updating answer

ap_pre_insert_answer

Filter Hook: Can be used to modify args before inserting answer

ap_submit_comment_form

Action Hook: Action triggered before processing comment form.

ap_pre_insert_comment

Filter Hook: Filter comment content before inserting to DB.

ap_after_new_comment

Action Hook: No description

ap_query_loop_start

Action Hook: Exit if the file is accessed directly over web.

ap_question_form_fields

Filter Hook: Filter for modifying question form `$args`.

ap_answer_form_fields

Filter Hook: Filter for modifying answer form `$args`.

ap_comment_form_fields

Filter Hook: Filter for modifying comment form `$args`.

ap_main_pages

Filter Hook: Hook for filtering main pages of AnsPress. Custom main pages can be registered using this hook.