Move wp-content Directory

PHOTO EMBED

Tue Jul 05 2022 17:38:10 GMT+0000 (Coordinated Universal Time)

Saved by @satinbest #php

define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/blog/wp-content' );
define( 'WP_CONTENT_URL', 'http://local.wordpress-test/blog/wp-content');
content_copyCOPY

It is quite possible to move this folder, setting the options WP_CONTENT_DIR and WP_CONTENT_URL. Here is an example below, with the wp-content directory in the blog folder - (wp-config)