AnsPress::add_action()

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

AnsPress::add_filter()

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

AnsPress::add()

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

AnsPress::setup_hooks()

Method: Register the filters and actions with WordPress.

AnsPress_Init::load_anspress()

Method: Load anspress.

AnsPress_Init::load_textdomain()

Method: Load translations.

AnsPress_Init::activation_redirect()

Method: Before activation redirect

AnsPress_Init::create_blog()

Method: Creating table whenever a new blog is created

AnsPress_Init::drop_blog_tables()

Method: Deleting the table whenever a blog is deleted

AnsPress_Init::redirect_to_about_page()

Method: Redirect to about AnsPress page after activating AnsPress.