* @license GNU General Public License, version 2 * @link http://addthis.com AddThis website */ class AddThisMaximumPlugin extends AddThisPlugin { protected $version = '3.0.0'; protected $name = 'Smart Layers by AddThis'; protected $productPrefix = 'wpsl'; protected $pluginSlug = 'addthis-smart-layers'; protected $followButtonsStatus = true; protected $sharingButtonsStatus = true; protected $recommendedContentStatus = true; protected $settingsLinkObject = 'globalOptionsObject'; } }