In this tutorial, we teach you how to change the upload location for any images or media you upload through WordPress. Learn how to change the directory and tell WordPress to upload to a specific folder on your Local, Live, or FTP server.
PIECE OF CODE USED IN THE VIDEO:
define( 'UPLOADS', ''.'images' );
Add the above line to the bottom of your wp-config file.