Error displaying tickets with shortcode outside de default page
-
Hi, I’m facing some problems when I try to display the user tickets outside the default “My Tickets” page. We’re using Awesome Support with a custom customer panel we made, and we just did a
<?php do_shortcode( '[tickets]' ); ?>, but it’s not displaying the ticket title and message.Looking at the code, I figured it appears to be something in the
wpas_get_tickets_list_column_contentfunction, because the title column callback is not being set as title, never entering the switch/case condition, instead it’s set as[callback] => wpas_cf_valueSince I’m not so comfortable with your plugin code, I’m asking for help to solve it in the best way.
Thanks!
The topic ‘Error displaying tickets with shortcode outside de default page’ is closed to new replies.