Tribe__Events__Admin__Event_Meta_Box::get_timepicker_round()

Gets whether or not the timepicker should round the minutes


Return

(bool)


Top ↑

Source

File: src/Tribe/Admin/Event_Meta_Box.php

	public function get_timepicker_round() {
		/**
		 * Allow rounding the Timepicker Minutes
		 *
		 * @since 4.4
		 *
		 * @param bool   $round
		 * @param self   $metabox
		 */
		return (bool) apply_filters( 'tribe_events_meta_box_timepicker_round', false, $this );
	}

Top ↑

Changelog

Changelog
Version Description
4.4 Introduced.