Utilities::automator_get_date_format()
Get the date format for the plugin
Return Return
(string)
Source Source
File: src/core/class-utilities.php
public static function automator_get_date_format() { return apply_filters( 'automator_date_format', 'F j, Y' ); }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |