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



tables_to_repair › WordPress过滤钩子

Since3.0.0
已弃用n/a
apply_filters( 'tables_to_repair', array()
参数:
  • (string[]) $tables Array of prefixed table names to be repaired.
    Required: Yes
定义在:
文档:

Filters additional database tables to repair.





源码

$tables = array_merge( $tables, (array) apply_filters( 'tables_to_repair', array() ) );