How to change WordPress Content Directory?
Copy this code to your wp-config.php of your WordPress folder.
define( 'WP_CONTENT_DIR', '/home/site-folder/public_html/custom-wp-content-name-content' ); define( 'WP_CONTENT_URL', 'http://site.com/custom-wp-content-name-content' );