| Current Path : /home/nicedoo/www/wp-content/plugins/nextend-facebook-connect/providers/line/ |
| Current File : /home/nicedoo/www/wp-content/plugins/nextend-facebook-connect/providers/line/line.php |
<?php
class NextendSocialProviderLine extends NextendSocialProviderDummy {
protected $color = '#06C755';
public function __construct() {
$this->id = 'line';
$this->label = 'Line';
$this->path = dirname(__FILE__);
}
}
NextendSocialLogin::addProvider(new NextendSocialProviderLine());