anspress()
Description #
Initialize AnsPress.
Related #
Uses #
- anspress-question-answer.php: AnsPress::instance()
Used By #
- addons/profile/profile.php: Profile::ap_breadcrumbs()
- includes/theme.php: ap_theme_compat_reset_post()
- includes/class-theme.php: AnsPress_Theme::template_include_theme_compat()
- includes/functions.php: ap_remove_all_filters()
- addons/akismet/akismet.php: Akismet::__construct()
- ajax/repeatable-field.php: Repeatable_Field::logged_in()
- admin/anspress-admin.php: AnsPress_Admin::ap_addon_options()
- admin/anspress-admin.php: AnsPress_Admin::save_addon_options()
- addons/email/email.php: Email::template_form()
- addons/email/email.php: Email::save_email_template_form()
- addons/email/email.php: Email::__construct()
- addons/buddypress/buddypress.php: BuddyPress::bp_loadmore()
- addons/buddypress/buddypress.php: BuddyPress::page_answers()
- addons/buddypress/buddypress.php: BuddyPress::page_questions()
- addons/buddypress/buddypress.php: BuddyPress::bp_init()
- addons/buddypress/buddypress.php: BuddyPress::__construct()
- addons/notifications/notifications.php: Notifications::ap_user_pages()
- addons/notifications/notifications.php: Notifications::__construct()
- addons/recaptcha/recaptcha.php: Captcha::__construct()
- addons/syntaxhighlighter/syntaxhighlighter.php: Syntax_Highlighter::__construct()
- addons/tags/tags.php: Tags::after_new_question()
- addons/tags/tags.php: Tags::__construct()
- addons/tags/tags.php: Tags::tag_page()
- addons/reputation/reputation.php: Reputation::ap_user_pages()
- addons/reputation/reputation.php: Reputation::__construct()
- addons/categories/categories.php: Categories::after_new_question()
- addons/categories/categories.php: Categories::category_page()
- addons/categories/categories.php: Categories::__construct()
- addons/profile/profile.php: Profile::question_page()
- addons/profile/profile.php: Profile::answer_page()
- addons/profile/profile.php: Profile::sub_page_template()
- addons/profile/profile.php: Profile::user_pages()
- addons/profile/profile.php: Profile::user_menu()
- addons/profile/profile.php: Profile::user_page_title()
- addons/profile/profile.php: Profile::load_more_answers()
- addons/profile/profile.php: Profile::__construct()
- lib/form/class-editor.php: Editor::image_process()
- includes/upload.php: AnsPress_Uploader::image_upload()
- includes/upload.php: AnsPress_Uploader::upload_modal()
- includes/functions.php: ap_addon_has_options()
- includes/ajax-hooks.php: AnsPress_Ajax::search_tags()
- includes/class/class-session.php: Session::post_in_session()
- lib/class-form.php: Form::delete_values_session()
- lib/class-form.php: Form::save_values_session()
- includes/activity.php: ap_activity_object()
- includes/class/class-activity-helper.php: Activity_Helper::hooks()
- includes/functions.php: ap_comment_form()
- includes/rewrite.php: AnsPress_Rewrite::rewrite_rules()
- includes/hooks.php: AnsPress_Hooks::save_question_hooks()
- includes/hooks.php: AnsPress_Hooks::save_answer_hooks()
- lib/form/class-editor.php: Editor::after_save()
- lib/form/class-field.php: Field::form()
- lib/form/class-field.php: Field::add_error()
- activate.php: AP_Activate::get_instance()
- anspress-question-answer.php: AnsPress_Init::load_anspress()
- includes/theme.php: ap_menu_obejct()
- includes/theme.php: ap_register_page()
- includes/theme.php: ap_page()
- includes/theme.php: ap_pagination()
- includes/qaquery.php: Question_Query::the_question()
- includes/qaquery.php: Question_Query::is_main_query()
- includes/qaquery.php: Question_Query::reset_questions_data()
- includes/qaquery.php: ap_reset_question_query()
- includes/qaquery.php: ap_total_questions_found()
- includes/qaquery.php: ap_the_question()
- includes/qaquery.php: ap_have_questions()
- includes/common-pages.php: AnsPress_Common_Pages::base_page()
- includes/functions.php: ap_ask_form()
- includes/answer-loop.php: Answers_Query::reset_answers_data()
- includes/answer-loop.php: Answers_Query::is_main_query()
- includes/answer-loop.php: Answers_Query::the_answer()
- includes/ajax-hooks.php: AnsPress_Ajax::init()
- includes/views.php: AnsPress_Views::init()
- includes/reputation.php: ap_register_reputation_event()
- includes/reputation.php: ap_get_reputation_events()
- includes/rewrite.php: AnsPress_Rewrite::rewrites()
- includes/question-loop.php: ap_questions_the_pagination()
- includes/post-types.php: AnsPress_PostTypes::init()
- includes/functions.php: ap_answer_form()
- includes/hooks.php: AnsPress_Hooks::init()
- includes/class/roles-cap.php: ap_user_can_read_post()
- includes/class/roles-cap.php: ap_user_can_view_moderate_post()
- includes/class/roles-cap.php: ap_user_can_view_future_post()
- admin/ajax.php: AnsPress_Admin_Ajax::init()
- admin/class-list-table-hooks.php: AnsPress_Post_Table_Hooks::init()
- admin/anspress-admin.php: AnsPress_Admin::init()
- admin/views/dashboard.php: AnsPress_Dashboard::anspress_latestq()
- widgets/questions.php: AP_Questions_Widget::widget()
Source #
File: anspress-question-answer.php
function anspress() { return AnsPress::instance(); }
Expand full source code Collapse full source code View on GitHub: anspress-question-answer.php:556
Add your comment