the_weekday_date

the_weekday_date

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('the_weekday_date') is found 1 times:

  • /wp-includes/general-template.php line 3048
    3044
    3045
    3046
    3047
    3048
    3049
    3050
    3051
    3052
    3053
    3054
         * @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'}.