WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about time_formats

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/options-general.php apply_filters 364 /**
* Filters the default time formats.
*
* @since 2.7.0
*
* @param string[] $default_time_formats Array of default time formats.
*/

Hook Parameters

Parameter Type Name Description
string[] $default_time_formats Array of default time formats.