Chào các bạn độc giả thân mến ?
Social Locker vừa có bản update và hiện tại đang là v5.2.6, hôm nay mình sẽ hướng dẫn cho các bạn cách activate plugin Social Locker này.
Bước 1: Tải plugin Social Locker v5.2.1 tại đây (đảm bảo sạch sẽ nguyên bản 100%)
Bước 2: Cài đặt plugin nhưng chưa kích hoạt plugin (cài đặt xong để đó, nếu lỡ tay kích hoạt thì tắt đã nhé)
Bước 3: Mở đường dẫn sociallocker-next-premium/plugin/admin/activation.php
Tìm:
$this->plugin->license->setDefaultLicense( array( 'Category' => 'free', 'Build' => 'premium', 'Title' => 'OnePress Zero License', 'Description' => __('Please, activate the plugin to get started. Enter a key you received with the plugin into the form below.', 'plugin-sociallocker') ));
Thay bằng đoạn code sau:
$this->plugin->license->setLicense( array( 'Embedded' => '2b35dec65674314f5d8d9fe900dc03b8', 'Key' => '2b35dec65674314f5d8d9fe900dc03b8', 'Category' => 'paid', 'Build' => 'premium', 'Title' => __('OnePress Special License', 'sociallocker'), 'Description' => __('You are already Activated. To Change the license, Enter a key you received with the plugin into the form below.', 'sociallocker') ));
Lưu lại.
Bước 4: Kích hoạt plugin lên và tận hưởng thành quả.
Chúc các bạn thành công.