Last active
          September 24, 2025 08:30 
        
      - 
      
- 
        Save wp-seopress/91de017065c716cf56abc247305b61a2 to your computer and use it in GitHub Desktop. 
    Filter Local Business opening hours separator
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | LB Widget: | |
| add_filter('seopress_lb_widget_opening_hours_separator', 'sp_lb_widget_opening_hours_separator'); | |
| function sp_lb_widget_opening_hours_separator($separator) { | |
| // apply your custom logic here | |
| return $separator; | |
| }; | |
| LB Block: | |
| add_filter('seopress_lb_block_opening_hours_separator', 'sp_lb_block_opening_hours_separator'); | |
| function sp_lb_block_opening_hours_separator($separator) { | |
| // apply your custom logic here | |
| return $separator; | |
| }; | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment