Filter request
-
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 of10: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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Filter request’ is closed to new replies.