Title: &quot;Subscribe&quot; button text
Last modified: August 20, 2016

---

# "Subscribe" button text

 *  Resolved [Kristina Romero](https://wordpress.org/support/users/krmediadesigns/)
 * (@krmediadesigns)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/subscribe-button-text/)
 * This is probably obvious – but where do I change the button text to something
   other than “Subscribe”? This should be a field in the widget for a future release…
 * [http://wordpress.org/extend/plugins/subscribe2/](http://wordpress.org/extend/plugins/subscribe2/)

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

 *  [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * (@mattyrob)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/subscribe-button-text/#post-3557214)
 * [@krmediadesigns](https://wordpress.org/support/users/krmediadesigns/),
 * There are two filters in the code that allow you to do this;
    ‘s2_subscribe_button’
   and ‘s2_unsubscribe_button’. To use them you need to create a little plugin with
   code something like this.
 *     ```
       function my_subscribe_button() {
       	return "My Preferred Text";
       }
       add_filter('s2_subscribe_button', 'my_subscribe_button');
       ```
   
 *  Thread Starter [Kristina Romero](https://wordpress.org/support/users/krmediadesigns/)
 * (@krmediadesigns)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/subscribe-button-text/#post-3557232)
 * Perfect, thanks!
 *  [tcas](https://wordpress.org/support/users/tcas/)
 * (@tcas)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/subscribe-button-text/#post-3557421)
 * I have the same problem both for “subscribe” and “unsubscribe” buttons.
 * But where do you put that code?
 * Regards
 *  [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * (@mattyrob)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/subscribe-button-text/#post-3557422)
 * [@tcas](https://wordpress.org/support/users/tcas/),
 * You need to create your own mini-plugin. This [codex article](https://codex.wordpress.org/Writing_a_Plugin)
   should help you.
 *  [tcas](https://wordpress.org/support/users/tcas/)
 * (@tcas)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/subscribe-button-text/#post-3557424)
 * Thank you for your quick response but i have’nt tried to create a plugin before,
   it seems to be a little too complicated.
 * Maybe krmediadesigns who asked the question in the first place could give us 
   his resolution if he is reading this.
 *  [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * (@mattyrob)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/subscribe-button-text/#post-3557425)
 * [@tcas](https://wordpress.org/support/users/tcas/),
 * It’s really not that difficult as all the code you need is listed above. You 
   just need to add the plugin header and then wrap that in the PHP open and close
   tags.

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

The topic ‘"Subscribe" button text’ is closed to new replies.

 * ![](https://ps.w.org/subscribe2/assets/icon-256x256.png?rev=2318630)
 * [Subscribe2 - Form, Email Subscribers & Newsletters](https://wordpress.org/plugins/subscribe2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/subscribe2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/subscribe2/)
 * [Active Topics](https://wordpress.org/support/plugin/subscribe2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/subscribe2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/subscribe2/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/subscribe-button-text/#post-3557425)
 * Status: resolved