Advertisement
Beee

mod placeholder info

Mar 20th, 2015
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. function my_bookingslink_placeholder($replace, $EM_Event, $result) {
  2.     if ( $result == '#_BOOKINGSLINK' ) {
  3.         $replace = '<a href="#_BOOKINGSURL">Manage bookings/event</a>';
  4.     }
  5.     return $replace;
  6. }
  7. add_filter('em_event_output_placeholder','my_bookingslink_placeholder',1,3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement