BP_GOPP_Image_Editor_GS::multi_resize( array $sizes )

Resize multiple images from a single source. Unsupported.

Description

Parameters

$sizes

(array) (Required) An array of image size arrays. Default sizes are 'small', 'medium', 'large'.

  • 'size'
    (array)
    • 'width'
      (int) Image width.
    • 'height'
      (int) Image height.
    • 'crop'
      (bool) Optional. Whether to crop the image. Default false.

Return

(WP_Error)

Source

File: bp-document/classes/class-bp-gopp-image-editor-gs.php

	public function multi_resize( $sizes ) {
		return new WP_Error( 'image_multi_resize_error', __( 'Unsupported operation.', 'buddyboss' ) );
	}

Changelog

Changelog
Version Description
BuddyBoss 1.4.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.