Contents

WebsiteParser::setLinksType( $link_type = 'all' )

Set link type to extract from grabbed contents

Description

Source

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

    public function setLinksType($link_type = 'all')
    {
        $this->link_type = $link_type;
    }

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.