AnsPress_Theme::single_question_comment_disable()

Method: Return comment open as false in single question page. So that theme won’t render comments again.

AnsPress_Theme::get_the_excerpt()

Method: Generate question excerpt if there is not any already.

ap_question_perm_structure

Filter Hook: Allows filtering question permalink structure.

AnsPress_PostTypes::question_perm_structure()

Method: Return question permalink structure.

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.