get_fullsize_url()' ); if ( ! $this->is_valid() ) { return false; } if ( $this->get_cdn() ) { return $this->get_cdn()->get_file_url(); } return ! empty( $this->image->imageURL ) ? $this->image->imageURL : false; } }