* @license GNU General Public License, version 2 * @link http://addthis.com AddThis website */ class AddThisRecommendedContentPlugin extends AddThisPlugin { protected $version = '1.0.0-beta1'; protected $name = 'Related Posts and Pages by AddThis'; protected $productPrefix = 'wprc'; protected $pluginSlug = 'addthis-related-posts'; protected $recommendedContentStatus = true; protected $settingsLinkObject = 'recommendedContentObject'; } }