AnsPress_Theme::remove_hentry_class()

Method: Remove hentry class from question, answers and main pages .

AnsPress_PostTypes::post_type_archive_link()

Method: Filters the post type archive permalink.

AnsPress_Comment_Hooks::preprocess_comment()

Method: Change comment_type while adding comments for question or answer.

ap_before_prepare_field

Filter Hook: Allows filtering field argument before its being passed to Field class.

ap_generate_form_args

Filter Hook: Allows filtering arguments passed to @see AnsPress\Form\generate() method. Passed by reference.

Email::prepare_emails()

Method: Get email ids of user. If email passed then add it to email property.

Email::add_template_tags()

Method: Add multiple template tags.

Email::get_default_template()

Method: Get default template for an email.

ap_email_default_template_{$this->event}

Filter Hook: Filter for adding default email template.

Email::prepare_template()

Method: Prepare template for email body based on event type.