Home Forums Plugins WooCommerce Email Template Customizer bright order status

bright order status

  • Author
    Posts
  • #187637

    jeroen habraken
    Participant

    hi i was looking at the examples to get order statuses from bright custom order statuses plugin into the custom template with this code
    add_filter( ‘viwec_accept_email_type’, function ($email_types) {
    $email_types[] = ’email_id_1′;
    $email_types[] = ’email_id_2′;
    return $email_types;
    }, 9999 );

    but somehow cannot get this to work. any help with this would be appreciated

You must be logged in to see replies to this topic. Click here to login or register