ap_ask_form()

Function: Output new/edit question form.

ap_edit_question_form()

Function: Generate edit question form, this is a wrapper of ap_ask_form()

ap_remove_stop_words_post_name()

Function: Remove stop words from post name if option is enabled.

ap_save_question()

Function: Insert and update question.

ap_tinymce_editor_settings()

Function: TinyMCE editor setting

ap_sanitize_description_field()

Function: Sanitize AnsPress question and answer description field for database.

ap_sanitize_description_field_pre_content()

Function: Callback used in @see `ap_sanitize_description_field()`.

ap_sanitize_description_field_code_content()

Function: Callback used in @see `ap_sanitize_description_field()`.

ap_count_other_answer()

Function: Count all answers excluding best answer.

ap_unselect_answer()

Function: Unselect an answer as best.