BP_GOPP_Image_Editor_GS::flip( bool $horz, bool $vert )

Flips current image. Unsupported.

Description

Parameters

$horz

(bool) (Required) Flip along Horizontal Axis

$vert

(bool) (Required) Flip along Vertical Axis

Return

(WP_Error)

Source

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

	public function flip( $horz, $vert ) {
		return new WP_Error( 'image_flip_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.