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



ms_site_not_found › WordPress动作钩子

Since3.9.0
已弃用n/a
do_action( 'ms_site_not_found', $current_site, $domain, $path )
参数: (3)
  • (WP_Network) $current_site The network that had been determined.
    Required: Yes
  • (string) $domain The domain used to search for a site.
    Required: Yes
  • (string) $path The path used to search for a site.
    Required: Yes
定义在:
文档:

Fires when a network can be determined but a site cannot.

At the time of this action, the only recourse is to redirect somewhere and exit. If you want to declare a particular site, do so earlier.





源码

do_action( 'ms_site_not_found', $current_site, $domain, $path );