ap_get_recent_activity()

Function: Return recent activity of question or answer.

ap_recent_activity

Filter Hook: Filter recent post activity html.

ap_prefetch_recent_activities()

Function: Prefetch activities of posts.

ap_activity_add()

Function: Insert activity into database. This function is an alias of @see AnsPress\Activity_Helper::insert().

ap_activity_object()

Function: Get the global AnsPress activity instance.

AnsPress_Query::have_pages()

Method: Check if loop has more pages.

ap_delete_comment_activity()

Function: Delete all activities related to a comment.

ap_delete_post_activity()

Function: Delete all activities related to a post.

AnsPress_Theme::after_question_content()

Method: Callback for showing content below question and answer.

AnsPress_Hooks::transition_post_status()

Method: Trigger activity update hook on question and answer status transition.