2

Avoid Installation of default NEW WP Themes via wp-config


C
Chris Dian

Implement the following code to avoid the new WP themes to be installed on WP Core updates.

define('CORE_UPGRADE_SKIP_NEW_BUNDLED', true);

A