I read rootstheme.com/#clean and i thing that’s mean to change wp-content address, i know a way for edit wp-content address with add a code to .httaccess, is it true?
Add before >> require_once(ABSPATH . ‘wp-settings.php’);
define(‘WP_CONTENT_FOLDERNAME’, ‘name-folder’);
define(‘WP_CONTENT_DIR’, ABSPATH . WP_CONTENT_FOLDERNAME );
define(‘WP_CONTENT_URL’, ‘https://www.site.com/’.WP_CONTENT_FOLDERNAME);
define(‘WP_PLUGIN_DIR’, WP_CONTENT_DIR . ‘/plugins’ );
define(‘WP_PLUGIN_URL’, WP_CONTENT_URL.’/plugins’);