AnsPress_Admin::get_free_menu_position()

Method: Get free unused menu position. This function helps prevent other plugin menu conflict when assigned to same position.

ap_admin_menu

Action Hook: Action hook for adding custom menu in wp-admin.

AnsPress_Admin::add_plugin_admin_menu()

Method: Register the administration menu for this plugin into the WordPress Dashboard menu.

AnsPress_Admin::menu_counts()

Method: Menu counter

AnsPress_Admin::enqueue_admin_scripts()

Method: Register and enqueue admin-specific JavaScript.

AnsPress_Admin::init()

Method: Initialize the plugin by loading admin scripts & styles and adding a settings page and menu.

AnsPress_Admin::append_post_status_list()

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

AnsPress_Admin::modify_answer_title()

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

AnsPress_Admin::get_pages()

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

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