Session::generate_id()

Method: Generate a cryptographically strong unique ID for the session token.

Session::init()

Method: Get current instance.

Session::__construct()

Method: Initialize the class.

Form::save_values_session()

Method: Save current values to AnsPress session so that users unfinished question can be retrieved later.

Form::delete_values_session()

Method: Delete all form data stored in user session.

AP_QA_Query_Hooks::imaginary_post()

Method: An imaginary post.

AP_QA_Query_Hooks::pre_get_posts()

Method: Include all post status in single question so that we can show custom messages.

AP_QA_Query_Hooks::loop_start()

Method: Make sure single question loop render AnsPress shortcode.

AP_Activate::activity_table()

Method: AnsPress activity table.

Source: activate.php:243 Used by 1 function Uses 0 functions

AnsPress_Common_Pages::activities_page()

Method: Render activities page.