Title: Replace Event to Trip
Last modified: September 1, 2016

---

# Replace Event to Trip

 *  Resolved [Bereshka](https://wordpress.org/support/users/bereshka/)
 * (@bereshka)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/replace-event-to-trip/)
 * Hello, how may I replace the name Event to Trip? because I need to call it Trip/
   Trips?
 * [https://wordpress.org/plugins/events-manager/](https://wordpress.org/plugins/events-manager/)

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

 *  Thread Starter [Bereshka](https://wordpress.org/support/users/bereshka/)
 * (@bereshka)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/replace-event-to-trip/#post-7506967)
 * I already did changes before, just manually replaced all words with event to 
   trip. But maybe anybody can help me with a code that can make it faster
 *  Thread Starter [Bereshka](https://wordpress.org/support/users/bereshka/)
 * (@bereshka)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/replace-event-to-trip/#post-7506976)
 * I have added this filter to the functions.php and got whit screen, can anybody
   give an idea what is wrong?
 * function my_em_custom_content_title($content){
    if( /* Do something here to decide
   whether to override */ ){ $content .= “Trips”; } //Whatever happens, you must
   return the $content variable, altered or not. return $content; } add_filter(’
   em_content_page_title’,’my_em_custom_content_title’);
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/replace-event-to-trip/#post-7507054)
 * On which pages do you want to change the wording?
 *  Thread Starter [Bereshka](https://wordpress.org/support/users/bereshka/)
 * (@bereshka)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/replace-event-to-trip/#post-7507055)
 * Hello, everywhere where I have words Event/Events because my users will create
   Trip/Trips
 * I google some information and figured out that I may do that with hook and filter,
   so now working on how correctly to add this to my php files.
 * [http://wp-events-plugin.com/tutorials/overriding-event-page-content-with-filters/ ](http://wp-events-plugin.com/tutorials/overriding-event-page-content-with-filters/)
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/replace-event-to-trip/#post-7507114)
 * You’d probably need to use a filter like this in the functions.php file of your
   theme:
 * [http://pastebin.com/84A4NNXe](http://pastebin.com/84A4NNXe)

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

The topic ‘Replace Event to Trip’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/replace-event-to-trip/#post-7507114)
 * Status: resolved