ap_theme_url

Filter Hook: Allows filtering url of a AnsPress file.

ap_get_theme_url()

Function: Get url to a file Used for enqueue CSS or JS.

ap_ask_form_fields

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

Answers_Query::__construct()

Method: Initialize class

ap_get_answers()

Function: Display answers of a question

ap_get_best_answer()

Function: Get selected answer object

AnsPress_PostTypes::register_answer_cpt()

Method: Register answer custom post type.

ap_answer_form_fields

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

AnsPress_Form::form_fields()

Method: Out put all form fields based on on their type

AnsPress_Form::textarea_field()

Method: Textarea field output.