function my_picu_image_sizes( $sizes ) {
return array();
}
add_filter( 'picu_intermediate_image_sizes', 'my_picu_image_sizes' );
function my_picu_image_sizes( $sizes ) {
return array();
}
add_filter( 'picu_intermediate_image_sizes', 'my_picu_image_sizes' );
If you couldn’t find what you were looking for and need more assistance, please get in touch with us directly and we’re happy to help.
