the_id

函数
the_id ( No parameters )
定义位置
相关方法
the_guidthe_widgetget_the_idthe_timethe_date
引入
0.71
弃用
-

the_id – 这个函数用来输出当前文章或页面的ID。

显示WordPress循环中当前项目的ID。

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

常见问题

FAQs
查看更多 >