ap_pre_insert_question

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

AP_Form_Hooks::submit_answer_form()

Method: Process question form submission.

ap_submit_answer_form

Action Hook: Action triggered before processing answer form.

ap_form_contents_filter

Filter Hook: Filter question description before saving.

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_Form_Hooks::submit_comment_form()

Method: Process comment form.

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