can_edit_network

过滤钩子


apply_filters( 'can_edit_network', $result, $network_id )
参数
  • (bool)
    $result
    Whether the network can be edited from this page.
    Required:
  • (int)
    $network_id
    The network ID to check.
    Required:
定义位置
  • wp-admin/includes/ms.php
    , line 821
引入
3.1.0
弃用

Filters whether this network can be edited from this page.

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