WordPress判断是否附件页面函数:is_attachment
WordPress函数is_attachment用于判断当前页面是否为附件页。 is_attachment( …
WordPress函数is_attachment用于判断当前页面是否为附件页。
is_attachment( int|string|int[]|string[] $attachment = '' )
函数参数
$attachment
字符串、整数或数组
附件的ID、别名或标题
函数使用示例
if(is_attachment(3645)) { //当前页面附件页面,且该附件的ID为3645 } else { }
扩展阅读
is_attachment()函数位于:wp-includes/query.php
相关函数:
- wp_attachment_is_image()
- is_singular()
- is_single
类别:WordPress函数讲解、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!