AnsPress_Common_Pages::activities_page()

Method: Render activities page.

ap_get_recent_activity()

Function: Return recent activity of question or answer.

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.