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.