Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Is it possible to use the WP default date format?

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 59525

Trending Articles