Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hello @baga,

    Adding the below lines would remove the functions that allows Complianz to generate the images in question, so that such images will no longer be generated. You could add these to the functions.php of your (child) theme, for example.

    remove_action( 'init', 'cmplz_register_banner_logo_size' );
    
    remove_filter( 'wp_prepare_attachment_for_js', 'cmplz_image_sizes_js' );

    Kind regards, Jarno

    Thread Starter baga

    (@baga)

    Thanks Jarno!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom image size’ is closed to new replies.