wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_the_modified_date › Les Filtres WordPress

Depuis4.6.0
Dépréciéen/a
apply_filters( 'get_the_modified_date', $the_time, $format, $post )
Paramètres: (3)
  • (string|int|false) $the_time The formatted date or false if no post is found.
    Requis: Oui
  • (string) $format PHP date format.
    Requis: Oui
  • (WP_Post|null) $post WP_Post object or null if no post is found.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the date a post was last modified.





Source

return apply_filters( 'get_the_modified_date', $the_time, $format, $post );