AnsPress_Hooks::delete_subscriptions()

Method: Delete subscriptions.

AnsPress_Hooks::delete_subscribers()

Method: Update qameta subscribers count before deleting subscribers.

AnsPress_Hooks::question_subscription()

Method: Subscribe OP to his own question.

AnsPress_Hooks::answer_subscription()

Method: Subscribe author to their answer. Answer id is stored in event name.

AnsPress_Hooks::mce_plugins_languages()

Method: Add translations for AnsPress’s tinymce plugins.

AnsPress_Ajax::search_tags()

Method: Ajax callback for `ap_search_tags`. This was called by tags field for fetching tags suggestions.

ap_vote_btn_html

Filter Hook: Allows overriding voting button HTML upload.

Session::post_in_session()

Method: Check if post is in user’s session.

Session::delete()

Method: Delete all session data or just a key=>value pair.

Session::set_answer()

Method: Set an answer id in session’s answers offset.