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



can_edit_network › WordPress过滤钩子

Since3.1.0
已弃用n/a
apply_filters( 'can_edit_network', $result, $network_id )
参数: (2)
  • (bool) $result Whether the network can be edited from this page.
    Required: Yes
  • (int) $network_id The network ID to check.
    Required: Yes
定义在:
文档:

Filters whether this network can be edited from this page.





源码

return apply_filters( 'can_edit_network', $result, $network_id );