AP_Form_Hooks::submit_question_form()

Method: Process question form submission.

ap_submit_question_form

Action Hook: Action triggered before processing question form.

ap_pre_update_question

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

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_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.