ap_email_default_template_{$event}

Filter Hook: Used for registering a default email template for an event.

AnsPress_Reputation_Hooks::ap_all_options()

Method: Add reputation events option in AnsPress options.

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