Is it possible to use the WP default date format?
-
Is it possible to release an update wherein the plugin uses the default date format as defined in the WordPress settings?
I managed to do it by editing the plugin myself, but that’ll be annoying with updates.
In woo-bookings-dropdown.php I changed line 143 to:$dates[$dtime] = date_i18n( get_option( 'date_format' ), $dtime);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Is it possible to use the WP default date format?’ is closed to new replies.