the_modified_date

the_modified_date

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('the_modified_date') is found 1 times:

  • /wp-includes/general-template.php line 2630
    2626
    2627
    2628
    2629
    2630
    2631
    2632
    2633
    2634
    2635
    2636
    * @param string       $format            PHP date format.
     * @param string       $before            HTML output before the date.
     * @param string       $after             HTML output after the date.
     */
    $the_modified_date = apply_filters( 'the_modified_date', $the_modified_date, $format, $before, $after );
     
    if ( $display ) {
        echo $the_modified_date;
    } else {
        return $the_modified_date;
    }