WPDev.one
Core Function
View Source on Trac ↗

get_feed_build_date()

get_feed_build_date( mixed $format )

Gets the UTC time of the most recently modified post from WP_Query.

Parameters 1 required

Name / Type Description
$format
string

Date format string to return the time in.

Required

Return Value

((string)
| false) The time in requested format, or false on failure.

Function Information

Since Version
5.2.0
Source File
wp-includes/feed.php
Advertisement