wpseek.com
A WordPress-centric search engine for devs and theme authors



get_the_modified_date › WordPress Filter Hooks

Since4.6.0
Deprecatedn/a
apply_filters( 'get_the_modified_date', $the_time, $format, $post )
Parameters: (3)
  • (string|int|false) $the_time The formatted date or false if no post is found.
    Required: Yes
  • (string) $format PHP date format.
    Required: Yes
  • (WP_Post|null) $post WP_Post object or null if no post is found.
    Required: Yes
Defined at:
Codex:

Filters the date a post was last modified.





Source

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