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



users_have_additional_content › WordPress过滤钩子

Since5.2.0
已弃用n/a
apply_filters( 'users_have_additional_content', false, $user_ids )
参数: (2)
  • (bool) $users_have_additional_content Whether the users have additional content. Default false.
    Required: Yes
  • (int[]) $user_ids Array of IDs for users being deleted.
    Required: Yes
定义在:
文档:

Filters whether the users being deleted have additional content associated with them outside of the `post_author` and `link_owner` relationships.





源码

$users_have_content = (bool) apply_filters( 'users_have_additional_content', false, $user_ids );