Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. add_filter('mbhi_hours_entry', 'mbhi_replace_day',10,3);
  2. function mbhi_replace_day($entry,$location,$shortcode) {
  3.  
  4. if($shortcode === 'mbhi_hours_today')
  5. $entry->range = __('Today','mabel-business-hours-indicator-pro');
  6.  
  7. return $entry;
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement