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

    (@matthunternz)

    Update: I think this code is not working

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

    it seems to still be creating a thumbnail 45px x 45px how can I stop this??

Viewing 1 replies (of 1 total)
  • The topic ‘Featured image still cropped.’ is closed to new replies.