Can’t rename closed status
-
hi guys does anyone know how I would go about renaming the closed status, I am using this is the functions file but no luck…
add_filter( ‘wpas_ticket_statuses’, ‘wpas_rename_closed’ );
function wpas_rename_closed( $status ) {
$status[‘closed’] = ‘Approved’;
return $status;
}Thanks in advance,
Billy
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Can’t rename closed status’ is closed to new replies.