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



wp_normalize_site_data › WordPress过滤钩子

Since5.1.0
已弃用n/a
apply_filters( 'wp_normalize_site_data', $data )
参数:
  • (array) $data Associative array of site data passed to the respective function. See {@see wp_insert_site()} for the possibly included data.
    Required: Yes
定义在:
文档:

Filters passed site data in order to normalize it.





源码

$data = apply_filters( 'wp_normalize_site_data', $data );