Awesome Support Developer Documentation

wpas_ticket_reply_controls_before


Signature

do_action( 'wpas_ticket_reply_controls_before', $ticket_id, $row )

Typical Usage

This action hook is called before the ticket reply controls (mark as read, delete, edit…) are displayed.

Parameters

  • $ticket_id: Integer ID of the current ticket
  • $row: object WP_Post Current reply post object

Located In

  • File: includes/admin/metaboxes/replies-published.php

First Available

Version 3.2.6


More Topics In Action Hooks

Share: