AnsPress_Hooks::mce_plugins()

Method: Include AnsPress tinymce plugin.

AnsPress_Hooks::save_question_hooks()

Method: Trigger posts hooks right after saving question.

ap_insert_question_qameta

Filter Hook: Modify qameta args which will be inserted after inserting or updating question.

ap_processed_update_question

Action Hook: Action triggered right after updating question.

ap_processed_new_question

Action Hook: Action triggered right after inserting new question.

AnsPress_Hooks::save_answer_hooks()

Method: Trigger posts hooks right after saving answer.

ap_insert_answer_qameta

Filter Hook: Modify qameta args which will be inserted after inserting or updating answer.

ap_processed_update_answer

Action Hook: Action triggered right after updating answer.

ap_processed_new_answer

Action Hook: Action triggered right after inserting new answer.

AnsPress_Comment_Hooks::comment_form()

Method: Callback for loading comment form.