Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ga Satrya

    (@satrya)

    Hi,
    Please try to add the code in your functions.php

    /**
     * Remove RPWE thumbnails size creation
     */
    function rpwe_remove_image_size() {
    	remove_image_size( 'rpwe-thumbnail' );
    }
    add_action( 'init', 'rpwe_remove_image_size' );

    Thread Starter Hetman

    (@tomeh)

    Hey, I added this code in a file funciotns own theme and still create new graphics

    Are there any other ways – ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Turning off the creation of new images’ is closed to new replies.