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_form_contents_filter

Filter Hook: Filter question description before saving.

ap_pre_update_question

Filter Hook: This filter is documented in includes\class-form-hooks.php

ap_pre_insert_question

Filter Hook: This filter is documented in includes\class-form-hooks.php

ap_tinymce_editor_settings()

Function: TinyMCE editor setting

ap_tinymce_editor_settings

Filter Hook: No description

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()`.