AnsPress_Admin::custom_post_location()

Method: Redirect to custom post location for error message.

AnsPress_Admin::ap_menu_metaboxes()

Method: Hook menu meta box.

AnsPress_Admin::render_menu()

Method: Shows AnsPress menu meta box in WP menu editor.

AnsPress_Admin::serach_qa_by_userid()

Method: Add author args in query.

AnsPress_Admin::filter_comments_query()

Method: Filter comment clauses, join meta where key is _ap_flag As pre_get_comments custom meta query not working so we are adding JOIN statement

AnsPress_Admin::join_by_author_name()

Method: Join users table in post table for searching posts by on user_login.

AnsPress_Admin::get_pages()

Method: Remove AnsPress base page from front page page select input.

AnsPress_Admin::modify_answer_title()

Method: Modify answer title before saving, in wp-admin.

AnsPress_Admin::append_post_status_list()

Method: Add AnsPress post status to post edit select box.