Get ticket id in extra widget
-
Hi – we’re using the filter hook
"fluent_support/customer_extra_widgets"
to add a new widget.add_filter( 'fluent_support/customer_extra_widgets', array( $this, 'add_widget' ), 10, 2 );
public function add_widget( $widgets, $customer ) {
// Need ticket id or mailbox id.
return $widgets;
}
Is there anyway we can get the ticket ID or mailbox ID here of the currently opened ticket?Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.