tables_to_repair

过滤钩子
apply_filters( 'tables_to_repair', array()
参数
  • (string[]) $tables Array of prefixed table names to be repaired.
    Required:
定义位置
相关勾子
terms_to_editget_blogs_of_userrest_prepare_usereditable_rolesrest_prepare_theme
相关方法
the_author_emailget_tags_to_edithas_custom_headerget_blogs_of_userget_real_file_to_editthe_author_aim
引入
3.0.0
弃用
-

tables_to_repair: 这是一个WordPress过滤钩子,允许开发者指定一个需要修复的表的列表,作为WordPress数据库维护过程的一部分。

过滤额外的数据库表来修复。

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

常见问题

FAQs
查看更多 >