the_date_xml()
Outputs the date in iso8601 format for xml files.
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
the_date_xml();
Список изменений
С версии 1.0.0 | Введена. |
Код the_date_xml() the date xml WP 6.6.2
function the_date_xml() { echo mysql2date( 'Y-m-d', get_post()->post_date, false ); }