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



comment_id › WordPress Function

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

Displays the comment ID of the current comment.



Quellcode

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