the_weekday_date

the_weekday_date

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('the_weekday_date') is found 1 times:

  • /wp-includes/general-template.php line 3034
    	 * @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.
    	 */
    	echo apply_filters( 'the_weekday_date', $the_weekday_date, $before, $after );
    }
    
    /**
     * Fires the wp_head action.
     *
     * See {@see 'wp_head'}.