SproutCMS

This is the code documentation for the SproutCMS project

function setOpenGraphString()

Set a custom OpenGraph string property

Usage

void SocialMeta::setOpenGraphString ( string $property , string $value );

Arguments

  1. string $property
    Property name, e.g. 'article:section'
  2. string $value
    Property value, e.g. 'Technology'

Return value

  • void