Awesome Support Developer Documentation

wpas_before_submit_new_ticket_checks


Signature

add_filter( 'wpas_before_submit_new_ticket_checks', array( $this, 'check_required_fields' ) );

Typical Usage

Use this filter to control whether to accept or reject a ticket when the ticket is being submitted on the front-end. An example of using filter this can be found in our Power-pack add-on (class_misc_options.php)


More Topics In Filter Hooks

Share: