Title: tax class name
Last modified: September 13, 2018

---

# tax class name

 *  Resolved [janbrokes](https://wordpress.org/support/users/janbrokes/)
 * (@janbrokes)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/tax-class-name/)
 * Hello is there any way how to change name STANDARD tax to some other name?
    Thanks
   for any help

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [stefsternyc](https://wordpress.org/support/users/stefsternyc/)
 * (@stefsternyc)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/tax-class-name/#post-10685293)
 * I’m not sure if this works because I haven’t tested in local. Try this.
 *     ```
       add_filter( 'woocommerce_rate_label', 'custom_tax_rate_label', 10, 2 );
       function custom_tax_rate_label( 'Custom Name' ){
           return '';
       }
       ```
   
 *  Thread Starter [janbrokes](https://wordpress.org/support/users/janbrokes/)
 * (@janbrokes)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/tax-class-name/#post-10687773)
 * Hi, iam not sure if I am doing it right, but it causes critical erros
    My defaults
   taxes names and slugs are
 * Standard (standard)
    Snížená sazba (snizena-sazba)
 * and i need to rename it to:
    high and low
 * have you any idea how todo it?
    thanks
 *  [stefsternyc](https://wordpress.org/support/users/stefsternyc/)
 * (@stefsternyc)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/tax-class-name/#post-10688193)
 * Make sure you’re adding this to your function.php file inside your theme.
 *  Thread Starter [janbrokes](https://wordpress.org/support/users/janbrokes/)
 * (@janbrokes)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/tax-class-name/#post-10694209)
 * I did it, but here is error message
    syntax error, unexpected ”low” (T_CONSTANT_ENCAPSED_STRING),
   expecting variable (T_VARIABLE)
 *  [stefsternyc](https://wordpress.org/support/users/stefsternyc/)
 * (@stefsternyc)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/tax-class-name/#post-10695206)
 * Where in your functions did you place it? Can you provide a screenshot?
 *  Plugin Support [John Coy a11n](https://wordpress.org/support/users/johndcoy/)
 * (@johndcoy)
 * Automattic Happiness Engineer
 * [7 years, 8 months ago](https://wordpress.org/support/topic/tax-class-name/#post-10718980)
 * Hi [@janbrokes](https://wordpress.org/support/users/janbrokes/)
 * We haven’t heard from you in a while so I am marking this thread as resolved.
   Feel free to open a new thread if you still have questions.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘tax class name’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [tax classes](https://wordpress.org/support/topic-tag/tax-classes/)

 * 6 replies
 * 3 participants
 * Last reply from: [John Coy a11n](https://wordpress.org/support/users/johndcoy/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/tax-class-name/#post-10718980)
 * Status: resolved