Contents

WebsiteParser::getContent( $grab = false )

A public function to grab and return content

Description

Source

File: bp-activity/vendors/website-parser/website_parser.php

    public function getContent($grab = false)
    {
        if ($grab)
            $this->grabContent();

        return $this->content;
    }

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.