wpas_submission_form_post_render_fields

Signature do_action( ‘wpas_submission_form_post_render_fields’ ) Typical Usage This action hook is called after rendering all the fields on the front-end.  It is located in the Awesome Support theme. Located In File:...

wpas_submission_form_pre_render_fields

Signature do_action( ‘wpas_submission_form_pre_render_fields’ ) Typical Usage This action hook is called before rendering all the fields. Located In File: themes/default/submission.php

wpas_submission_form_inside_top

Signature do_action( ‘wpas_submission_form_inside_top’ ) Typical Usage This action hook is called inside the form, right in between the form opening tag and the first field being rendered. Located In File: themes/default/submission.php First Available...

wpas_submission_form_inside_after

Signature do_action( ‘wpas_submission_form_inside_after’ ) Typical Usage This action hook is called right before the form closing tag. Located In File: themes/default/submission-pre-440.php First Available Version:...