wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



media_date_column_time › WordPress Filter Hooks

Seit6.0.0
Veraltetn/v
apply_filters( 'media_date_column_time', $h_time, $post, 'date' )
Parameter: (3)
  • (string) $h_time The published time.
    Erforderlich: Ja
  • (WP_Post) $post Attachment object.
    Erforderlich: Ja
  • (string) $column_name The column name.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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