• Hello. Thanks for your code!

    One question:

            public function image_downsize($out, $id, $size) {
                // we don't handle this
                if ( is_array( $size ) ) return false;

    Why not?
    For using: image_downsize($id, [200, 200])

    Again – thanks.

  • The topic ‘why don’t use array of size?’ is closed to new replies.