by Ante Laca | Oct 1, 2018
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:...
by Ante Laca | Oct 1, 2018
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
by Ante Laca | Oct 1, 2018
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...
by Ante Laca | Oct 1, 2018
Signature do_action( ‘wpas_ticket_submission_form_outside_top’ ) Typical Usage Located In File: themes/default/submission.php
by Ante Laca | Oct 1, 2018
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:...
Recent Comments