Wednesday, 21 April 2021

How to Change Default Media Upload Folder in WordPress?

 



Add the following lines in “wp-config.php” file and save your changes. The first line is a comment line for future reference.

/** Change Media Upload Directory */
define('UPLOADS', ".'media');

No comments:

Post a Comment