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



post_date_column_status › Filtr WordPress Hooks

Od4.8.0
Przestarzałyn/a
apply_filters( 'post_date_column_status', $status, $post, 'date', $mode )
Parametry: (4)
  • (string) $status The status text.
    Wymagane: Tak
  • (WP_Post) $post Post object.
    Wymagane: Tak
  • (string) $column_name The column name.
    Wymagane: Tak
  • (string) $mode The list display mode ('excerpt' or 'list').
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the status text of the post.





Źródło

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