wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_id › WordPress Function

Since0.71
已弃用n/a
the_id ( 没有参数 )
定义在:
文档:

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



源码

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