Title: Custom Text Function not working
Last modified: March 27, 2019

---

# Custom Text Function not working

 *  [j0hann](https://wordpress.org/support/users/j0hann/)
 * (@j0hann)
 * [7 years ago](https://wordpress.org/support/topic/custom-text-function-not-working/)
 * So Far the Plugin works great!
    To finish it I would like to change the text 
   of the button by using the
 *     ```
       /**
       * Change the Favorites Preset Button HTML (Unfavorited)
       */
       add_filter( 'favorites/button/text/default', 'custom_favorites_button_html' );
       function custom_favorites_button_html($html)
       {
       	return $html;
       }
   
       /**
       * Change the Favorites Preset Button HTML (Favorited)
       */
       add_filter( 'favorites/button/text/active', 'custom_favorites_button_html_active' );
       function custom_favorites_button_html_active($html)
       {
       	return $html;
       }
       ```
   
 * Funktion. But somehow it is not working.
 * Hope somebody can help
    Thanks
    -  This topic was modified 7 years ago by [j0hann](https://wordpress.org/support/users/j0hann/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-text-function-not-working%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [alasadi.dev](https://wordpress.org/support/users/ahmadrespondit/)
 * (@ahmadrespondit)
 * [7 years ago](https://wordpress.org/support/topic/custom-text-function-not-working/#post-11390844)
 * Hi,
 * You’d need to add the following before (return $html;) :
 * $html= “new text”;
 * for both functions

Viewing 1 replies (of 1 total)

The topic ‘Custom Text Function not working’ is closed to new replies.

 * ![](https://ps.w.org/favorites/assets/icon-128x128.png?rev=1677726)
 * [Favorites](https://wordpress.org/plugins/favorites/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/favorites/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/favorites/)
 * [Active Topics](https://wordpress.org/support/plugin/favorites/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/favorites/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/favorites/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [name](https://wordpress.org/support/topic-tag/name/)

 * 1 reply
 * 2 participants
 * Last reply from: [alasadi.dev](https://wordpress.org/support/users/ahmadrespondit/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/custom-text-function-not-working/#post-11390844)
 * Status: not resolved