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
檢視更多 >