Activity::query()

Method: Prepare and fetch notifications from database.

Activity_Helper::insert()

Method: Insert activity data into the database. `$q_id` argument cannot be left blank as it is required.

AnsPress_Hooks::save_question_hooks()

Method: Trigger posts hooks right after saving question.

AnsPress_Hooks::save_answer_hooks()

Method: Trigger posts hooks right after saving answer.

Input::set_subtype()

Method: Check and set sub type of a field.

Tags::get_options()

Method: Return options of a tags field.

Editor::after_save()

Method: Action to do after post is saved.

Editor::prepare()

Method: Prepare field.

Editor::field_markup()

Method: Field markup.

Editor::pre_get()

Method: Replace temporary images with img tags.