📜  wordpress 禁用文件模块 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:57.925000             🧑  作者: Mango

代码示例1
// On wp-config.php
// Disable WP CORE / PLUGINS / THEME Updates 
// And don't give the option to do so on the WP Panel
define('DISALLOW_FILE_MODS', true);