Facebook\InstantArticles\Elements\InstantArticle::addMetaProperty PHP Method

addMetaProperty() public method

Adds a meta property for the of Instant Article.
public addMetaProperty ( string $property_name, string $property_content )
$property_name string name of meta attribute
$property_content string content of meta attribute
    public function addMetaProperty($property_name, $property_content)
    {
        $this->metaProperties[$property_name] = $property_content;
        return $this;
    }