Title: Filter request
Last modified: March 15, 2019

---

# Filter request

 *  Resolved [Robbie](https://wordpress.org/support/users/robbie505/)
 * (@robbie505)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/filter-request-4/)
 * Hi,
 * I would like to be able to re-format the time notation in the hours-table.
    Is
   it possible to add a filter in _class-frontend.php_ on line 561?
 * Example:
    `$hour_table .= '<time>' . apply_filters( 'wpsl_hours_format', esc_html(
   $hour[0] ) . ' - ' . esc_html( $hour[1] ) ) . '</time>';`
 * The filter helps me to display `10.00 - 22.00 uur` instead of `10:00 - 22:00`
 * Yes I know, it’s not really a life or death situation, it’s just easier on my
   eye

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

 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/filter-request-4/#post-11322421)
 * I will look into adding a filter for this a future update, until then you can
   fix this by using [this filter](https://wpstorelocator.co/document/wpsl_store_meta/)
   to loop over the meta data for each location.
 * You can use that to search for . in the data and replace it with : for the hours
   only ( $store_meta[‘hours’] ).
 *  Thread Starter [Robbie](https://wordpress.org/support/users/robbie505/)
 * (@robbie505)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/filter-request-4/#post-11331585)
 * That filter is for the storelist only, correct?
 * I’ll keep using the filter I proposed for the create_opening_hours_tabel, which
   suit my needs a bit better.
    Will keep my fingers crossed it can be added in 
   any upcoming versions 🙂

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

The topic ‘Filter request’ is closed to new replies.

 * ![](https://ps.w.org/wp-store-locator/assets/icon-256x256.jpg?rev=1007784)
 * [WP Store Locator](https://wordpress.org/plugins/wp-store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-store-locator/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Robbie](https://wordpress.org/support/users/robbie505/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/filter-request-4/#post-11331585)
 * Status: resolved