Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter ringnir2

    (@ringnir2)

    The way I changed image directory is by insert define code into wp-config.php like this.
    define( ‘UPLOADS’, ‘image’ );

    But this code was at after last define code such you suggested.

    I’ve moved it to other place not after “require_once(ABSPATH . ‘wp-settings.php’);”.
    So media library shows correct images even if WPP is activated.

    Thank you for replied me and suggested this.

Viewing 1 replies (of 1 total)