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.

ap_after_form_field

Action Hook: Action triggered after all form fields are generated and before closing form tag. This action can be used to append more fields or HTML in form.

ap_all_options

Filter Hook: No description

ap_email_default_template_{$this->event}

Filter Hook: Filter for adding default email template.

the_content

Filter Hook: No description

ap_email_main_tags

Filter Hook: This filter allows overriding `$main_tags`. Which is used in main email template.

ap_email_template_prepared

Filter Hook: Allows filtering email template after its prepared, passed be reference.

ap_before_email_to_list

Action Hook: Hook triggered before an email added to current sending list.

ap_adding_email_tag

Action Hook: Action triggered after adding email template tag.