wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_id › WordPress Function

Seit0.71
Veraltetn/v
the_id ( Keine Parameter )
Definiert in:
Codex:

Displays the ID of the current item in the WordPress Loop.



Ähnliche Funktionen: the_guid, the_widget, get_the_id, the_date, the_time

Quellcode

function the_ID() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
	echo get_the_ID();
}