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



post_date_column_status › WordPress Filter Hooks

Seit4.8.0
Veraltetn/v
apply_filters( 'post_date_column_status', $status, $post, 'date', $mode )
Parameter: (4)
  • (string) $status The status text.
    Erforderlich: Ja
  • (WP_Post) $post Post object.
    Erforderlich: Ja
  • (string) $column_name The column name.
    Erforderlich: Ja
  • (string) $mode The list display mode ('excerpt' or 'list').
    Erforderlich: Ja
Definiert in:
Codex:

Filters the status text of the post.





Quellcode

$status = apply_filters( 'post_date_column_status', $status, $post, 'date', $mode );