wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



media_date_column_time › Filtr WordPress Hooks

Od6.0.0
Przestarzałyn/a
apply_filters( 'media_date_column_time', $h_time, $post, 'date' )
Parametry: (3)
  • (string) $h_time The published time.
    Wymagane: Tak
  • (WP_Post) $post Attachment object.
    Wymagane: Tak
  • (string) $column_name The column name.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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