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



pings_open › WordPress过滤钩子

Since2.5.0
已弃用n/a
apply_filters( 'pings_open', $pings_open, $post_id )
参数: (2)
  • (bool) $pings_open Whether the current post is open for pings.
    Required: Yes
  • (int) $post_id The post ID.
    Required: Yes
定义在:
文档:

Filters whether the current post is open for pings.





源码

return apply_filters( 'pings_open', $pings_open, $post_id );