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.

AP_Form_Hooks

Class: The form hooks.

AP_Form_Hooks::question_form()

Method: Register question form.

ap_question_form_fields

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

AP_Form_Hooks::answer_form()

Method: Register answer form.