the_ID()

Display the ID of the current item in the ClassicPress Loop.


Source

File: wp-includes/post-template.php

function the_ID() {
	echo get_the_ID();
}


Changelog

Changelog
Version Description
WP-0.71 Introduced.