Custom order status and snippet
-
Hello! Searching through previous posts, I saw that you indicated the inclusion of the snippet below so that custom order status can be used. So go in and get the ID of one of the statuses as shown in the image. I changed the snippet, added the id but the status does not appear in the email options. In “email type” should the status “Em Produ??o” that I created appear? Would you help me?
View post on imgur.com
View post on imgur.com
add_filter( ‘viwec_accept_email_type’, function ($email_types) {
return wp_parse_args($email_types,[
‘bvos_custom_em-producao’=>’Em produ??o’,
]);
}, 9999 );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Custom order status and snippet’ is closed to new replies.