Advertisement
Apina

Joshua

Sep 19th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. //delete or comment out this line.
  2. //echo event_espresso_time_dropdown($event_id);
  3.  
  4. $x = event_espresso_time_dropdown($event_id);
  5. $x= str_replace('</span><br/><span', ' some text</span><br/><span', $x);
  6. $x= str_replace('</span><input', ' some different text</span><input', $x);
  7. echo $x;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement