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