AnsPress_Ajax::search_tags()

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

Tags::unsafe_value()

Method: Get POST (unsafe) value of a field.

Session::post_in_session()

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

Session::set_question()

Method: Set a question id in session’s questions offset.

Session::set_answer()

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

Session::delete()

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

Session::get()

Method: Get an offset by from AnsPress session.

Session::set()

Method: Set offset in AnsPress session.

Session::set_cookie()

Method: Set the session cookie.

Session::delete_cookie()

Method: Delete session cookie.