Awesome Support Developer Documentation

wpas_open_ticket_before


Signature

do_action( 'wpas_open_ticket_before', $data, $post_id, $incoming_data )

Typical Usage

This action hook is called just before the ticket is actually inserted in the database.

Parameters

  • $data: Array
  • $post_id: Integer
  • $incoming_data: Array

Located In

  • File: includes/functions-post.php
  • Function: wpas_insert_ticket

More Topics In Action Hooks

Share: