function my_picu_image_sizes( $sizes ) {
return array();
}
add_filter( 'picu_intermediate_image_sizes', 'my_picu_image_sizes' );
Code language: PHP (php)
function my_picu_image_sizes( $sizes ) {
return array();
}
add_filter( 'picu_intermediate_image_sizes', 'my_picu_image_sizes' );
Code language: PHP (php)
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.