Title: &#8220;Select Option&#8221; Button Text
Last modified: August 26, 2018

---

# “Select Option” Button Text

 *  Resolved [bientang](https://wordpress.org/support/users/bientang/)
 * (@bientang)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/select-option-button-text/)
 * Hi,
 * i’ve tried to use your snippet to change button text:
 *     ```
       add_filter('ppom_select_option_lable', 'change_select_option');
       function change_select_option( $select_label ) {
       $select_label = "My Label";
       return $select_label;
       }
       ```
   
 * but it wont work.
    My website use oceanwp theme.
 * Any other snippet suggestion to change buttong text?
 * Please feedback. Thanks. 🙂
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fselect-option-button-text%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [N-Media](https://wordpress.org/support/users/nmedia/)
 * (@nmedia)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/select-option-button-text/#post-10632431)
 * Please use it like:
 *     ```
       add_filter('ppom_option_label', 'ppom_change_label', 11, 4);
       function ppom_change_label($label, $option, $meta, $product){
   
           $label = $option['option'];
           return $label;
       }
       ```
   
 *  [Christian](https://wordpress.org/support/users/digitalentrepreneurtools/)
 * (@digitalentrepreneurtools)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/select-option-button-text/#post-11229170)
 * Hi, I would like to add text to my Gutenberg buttons. Do I need to add the above
   code to do this? Surely not. Maybe I have a plugin conflict that’s stopping me
   adding button text? Any help would be appreciated, thanks.
 * Update!
 * I’ve just deactivated all my plugins and still, I cannot figure out how to edit
   the button text…
 * Am I missing something?
 * Or is this a Gutenberg bug?
 * Thanks
    -  This reply was modified 7 years, 3 months ago by [Christian](https://wordpress.org/support/users/digitalentrepreneurtools/).
    -  This reply was modified 7 years, 3 months ago by [Christian](https://wordpress.org/support/users/digitalentrepreneurtools/).
 *  [N-Media](https://wordpress.org/support/users/nmedia/)
 * (@nmedia)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/select-option-button-text/#post-11404272)
 * Hi,
 * we have add option in PPOM to change ‘Select option’ text via PPOM settings page.

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

The topic ‘“Select Option” Button Text’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-product-addon/assets/icon-256x256.gif?rev=3186763)
 * [PPOM - Product Addons & Custom Fields for WooCommerce](https://wordpress.org/plugins/woocommerce-product-addon/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-product-addon/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-product-addon/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-product-addon/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-product-addon/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-product-addon/reviews/)

## Tags

 * [add to cart button](https://wordpress.org/support/topic-tag/add-to-cart-button/)
 * [Button text](https://wordpress.org/support/topic-tag/button-text/)

 * 3 replies
 * 3 participants
 * Last reply from: [N-Media](https://wordpress.org/support/users/nmedia/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/select-option-button-text/#post-11404272)
 * Status: resolved