BP_GOPP_Image_Editor_GS::get_page()

Gets the page to render for the preview.

Description

Return

(int) $page The page to render.

Source

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

658
659
660
661
662
663
664
public function get_page() {
    if ( ! $this->page ) {
        $this->set_page();
    }
 
    return $this->page;
}

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.