media_date_column_time

过滤钩子
apply_filters( 'media_date_column_time', $h_time, $post, 'date' )
参数
  • (string) $h_time The published time.
    Required:
  • (WP_Post) $post Attachment object.
    Required:
  • (string) $column_name The column name.
    Required:
定义位置
相关勾子
post_date_column_timeget_comment_timepost_date_column_statusedit_commentmanage_media_custom_column
相关方法
get_comment_timemedia_sideload_imagevalidate_current_themeedit_commentregister_column_headerswp_get_media_creation_timestamp
引入
6.0.0
弃用
-

media_date_column_time 是一个过滤器,它允许你修改显示在媒体库的日期栏中的时间格式。

过滤显示在媒体列表表中的附件的发布时间。

echo apply_filters( 'media_date_column_time', $h_time, $post, 'date' );

常见问题

FAQs
查看更多 >