Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Utilities::automator_get_date_time_format()

Get the date and time format for the plugin


Return Return

(string)


Source Source

File: src/core/class-utilities.php

	public static function automator_get_date_time_format() {
		return apply_filters( 'automator_date_time_format', 'F j, Y g:i a' );
	}

Top ↑

Changelog Changelog

Changelog
VersionDescription
1.0.0Introduced.