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



the_weekday_date › WordPress Filter Hooks

Since0.71
Deprecatedn/a
apply_filters( 'the_weekday_date', $the_weekday_date, $before, $after )
Parameters: (3)
  • (string) $the_weekday_date The weekday on which the post was written.
    Required: Yes
  • (string) $before The HTML to output before the date.
    Required: Yes
  • (string) $after The HTML to output after the date.
    Required: Yes
Defined at:
Codex:

Filters the localized date on which the post was written, for display.





Source

echo apply_filters( 'the_weekday_date', $the_weekday_date, $before, $after );