AnsPress_Init::prevent_ext()

Method: Prevent loading of previous extension.

AnsPress_Init::redirect_to_about_page()

Method: Redirect to about AnsPress page after activating AnsPress.

AnsPress_Init::activation_redirect()

Method: Before activation redirect

AnsPress_Init::create_blog()

Method: Creating table whenever a new blog is created

AnsPress_Init

Class: AnsPress initialization class.

AnsPress::setup_hooks()

Method: Register the filters and actions with WordPress.

AnsPress::add()

Method: A utility function that is used to register the actions and hooks into a single collection.

AnsPress::add_filter()

Method: Add a new filter to the collection to be registered with WordPress.

AnsPress::add_action()

Method: Add a new action to the collection to be registered with WordPress.

AnsPress::site_include()

Method: Include all public classes