AnsPress_Email_Hooks::register_email_template()

Method: Register email templates form.

AnsPress::get_form()

Method: Get specific AnsPress form.

AnsPress::form_exists()

Method: Check if a form exists in AnsPress, if not then tries to register.

ap_form_{$name}

Filter Hook: Register a form in AnsPress.

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.