开发者 | hovenko |
---|---|
更新时间 | 2007年4月17日 04:13 |
捐献地址: | 去捐款 |
PHP版本: | 2.1 及以上 |
WordPress版本: | 2.1.3 |
df_fileconf
directory inside the /wp-content/plugins/
directoryfile-config.sample.php
to file-config.php
and make appropriate changes according to the
comments at the top of the file.file-config.sample.php
.
The array must be of key/value pairs where the key is the name of the option
from the database where the value is the value you wish to override the option
with. Beaware that options where the value is an array in both the database
and this configuration they will be merged together.
To completly replace an array option you need to first remove it completly by
adding the option name to the array with the key '__unset'.
Se the example below.
There are three options that control the plugin:
df_fileconf_debug
controls if changes should be printed and then the
script dies.df_fileconf_update
controls if changes should be wrote back to the database.df_fileconf_active
controls if options from the configuration file should
override options from the database.Just like Jepordy, I hold all the answers, but I don't have the questions...