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



show_network_site_users_add_existing_form › WordPress过滤钩子

Since3.1.0
已弃用n/a
apply_filters( 'show_network_site_users_add_existing_form', true )
参数:
  • (bool) $bool Whether to show the Add Existing User form. Default true.
    Required: Yes
定义在:
文档:

Filters whether to show the Add Existing User form on the Multisite Users screen.





源码

if ( ! wp_is_large_network( 'users' ) && apply_filters( 'show_network_site_users_add_existing_form', true ) ) {