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
Version | Description |
---|---|
WP-0.71 | Introduced. |
Display the ID of the current item in the ClassicPress Loop.
File: wp-includes/post-template.php
function the_ID() {
echo get_the_ID();
}
Version | Description |
---|---|
WP-0.71 | Introduced. |