Definition:
function the_ID() {}
Display the ID of the current item in the WordPress Loop.
Source code
function the_ID() {
echo get_the_ID();
}
3017
Definition:
function the_ID() {}
function the_ID() {
echo get_the_ID();
}
3017
No comments yet... Be the first to leave a reply!