WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_weekday_date

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 3027 /**
* Filters the localized date on which the post was written, for display.
*
* @since 0.71
*
* @param string $the_weekday_date The weekday on which the post was written.
* @param string $before The HTML to output before the date.
* @param string $after The HTML to output after the date.
*/

Hook Parameters

Parameter Type Name Description
string $the_weekday_date The weekday on which the post was written.
string $before The HTML to output before the date.
string $after The HTML to output after the date.