wpmu_drop_tables

过滤钩子
apply_filters( 'wpmu_drop_tables', $tables, $site->id )
参数
  • (string[]) $tables Array of names of the site tables to be dropped.
    Required:
  • (int) $site_id The ID of the site to drop tables for.
    Required:
定义位置
相关勾子
wpmu_optionsmu_dropdown_languageswp_script_attributeswp_robotswpmu_delete_user
相关方法
wp_dropdown_pageswp_dropdown_roleswp_roleswp_dropdown_catswp_crop_imagewp_is_writable
引入
MU (3.0.0)
弃用
-

wpmu_drop_tables:这是一个 WordPress 功能,可以在多站点网络中删除博客的表格。删除博客时会调用此函数,它会从数据库中删除与该博客关联的所有数据。

当网站被删除时,过滤要删除的表。

$drop_tables = apply_filters( 'wpmu_drop_tables', $tables, $site->id );

常见问题

FAQs
查看更多 >