wp-admin/install-helper.php

WP文件 4
Plugins may load this file to gain access to special helper functions for plugin installation. This file is not included by WordPress and it is recommended, to prevent fatal errors, that this file is included using require_once.
函数/钩子名 描述
maybe_drop_column (函数) maybe_drop_column: 这是WordPress中的一个函数,允许你从数据库表中删除一个列,如果它存在的话: 这个函数检查该列是否存在,如果存在,它就把该列从表中删除。
maybe_create_table (函数) maybe_create_table: 这是WordPress中的一个函数,它允许你创建一个数据库表,如果它还不存在: 这个函数检查该表是否存在,如果不存在,它就创建该表。
maybe_add_column (函数) maybe_add_column: 这是WordPress中的一个函数,允许你在数据库表中添加一个列,如果它还不存在的话: 这个函数检查一个列是否存在于指定的表中,如果不存在,它就把这个列添加到表中。
check_column (函数) check_column: 这个函数检查一个列是否支持特定的屏幕或文章类型。它被WordPress的管理屏幕使用,以确定在一个特定的屏幕上应该显示哪些列。

常见问题

FAQs
查看更多 >