how do you change the folder names.
the way I do it is adding these lines to wp-config
define (‘WP_CONTENT_FOLDERNAME’, ‘newcontent’);
define (‘WP_CONTENT_DIR’, ABSPATH . WP_CONTENT_FOLDERNAME) ;
define( ‘WP_CONTENT_URL’, ‘https://blablalba.com/newcontent’ );
anything missing ?? I dont change the pluggins folder. it’s inside the newcontent folder.