Filter hook 'the_weekday'

in WP Core File wp-includes/general-template.php at line 3004

Description

Filters the weekday on which the post was written, for display.

Occurrences

Filename Line Number
wp-includes/general-template.php 3004

Parameters

Type Name Description
string $the_weekday

PHP Doc

/**
	 * Filters the weekday on which the post was written, for display.
	 *
	 * @since 0.71
	 *
	 * @param string $the_weekday
	 */