I need to fetch — Ticket Status
-
I want to get the status of my ticket, so what function should I use? I’m using this one
wpas_get_ticket_status( $wpas_tickets->post->ID );
but it’s not returning the correct status.”It seems like you’re having trouble with retrieving the correct status for a ticket using the function
wpas_get_ticket_status()
. If this function isn’t providing the correct status, there might be a few issues to consider, such as the correctness of the ticket ID, how the function processes the ID, or how the status is being stored and retrieved in the system.Could you provide more details on the system you’re using (e.g., WordPress, a specific plugin)? Additionally, if there’s any documentation or context around the
wpas_get_ticket_status
function, that could help diagnose the issue further.
- You must be logged in to reply to this topic.