wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



media_date_column_time › WordPress Filter Hooks

Da6.0.0
Deprecaton/a
apply_filters( 'media_date_column_time', $h_time, $post, 'date' )
Parametri: (3)
  • (string) $h_time The published time.
    Richiesto:
  • (WP_Post) $post Attachment object.
    Richiesto:
  • (string) $column_name The column name.
    Richiesto:
Definito a:
Codex:

Filters the published time of an attachment displayed in the Media list table.





Sorgenti

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