开发者 |
aristath
sivel |
---|---|
更新时间 | 2025年9月8日 13:16 |
PHP版本: | 2.8 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
wordpress-reset
folder to the /wp-content/plugins/
directory or install directly through the plugin installer.Add define( 'REACTIVATE_WP_RESET', true );
to wp-config.php
above /* That's all, stop editing! Happy blogging. */
Add an array called $reactivate_wp_reset_additional
to the global scope by placing it in wp-config.php
above /* That's all, stop editing! Happy blogging. */
that contains the plugin basenames of the plugins to activate, such as:
$reactivate_wp_reset_additional = array( 'hello.php', 'akismet/akismet.php' );