开发者 |
aristath
sivel |
---|---|
更新时间 | 2022年2月25日 15:11 |
PHP版本: | 2.8 及以上 |
WordPress版本: | 5.9 |
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' );