Reformatting WordPress Admin Table Time
-
I am attempting to reformat the time in WordPress admin tables and using this code snippet. What am I doing wrong?
function my_lmt_defaults( $d ) { $d['contexts']['messages']['timef'] = 'm/j/Y \a\t g:ia'; return $d; } add_filter('last_modified_timestamp_defaults','my_lmt_defaults');
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Reformatting WordPress Admin Table Time’ is closed to new replies.