ap_pre_insert_comment

Filter Hook: Filter comment content before inserting to DB.

ap_after_new_comment

Action Hook: No description

ap_select_answer

Action Hook: Trigger right after selecting an answer.

ap_unselect_answer

Action Hook: Action triggered after an answer is unselected as best.

ap_after_question_form_processed

Action Hook: Action called after processing question form. This is triggred only for question submitted from frontend.

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_after_answer_form_processed

Action Hook: Action called after processing answer form. This is triggered only for answer submitted from frontend.

ap_answer_form_fields

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