the_modified_date

the_modified_date

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('the_modified_date') is found 1 times:

  • /wp-includes/general-template.php line 2616
    	 * @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;
    	}