/** * This file represents an example of the code that themes would use to register * the required plugins. * * It is expected that theme authors would copy and paste this code into their * functions.php file, and amend to suit. * * @package TGM-Plugin-Activation * @subpackage Example * @version 2.3.6 * @author Thomas Griffin * @author Gary Jones * @copyright Copyright (c) 2012, Thomas Griffin * @license http://opensource.org/licenses/gpl-2.0.php GPL v2 or later * @link https://github.com/thomasgriffin/TGM-Plugin-Activation */ /** * Include the TGM_Plugin_Activation class. */ require_once dirname( __FILE__ ) . '/class-tgm-plugin-activation.php'; add_action( 'tgmpa_register', 'my_theme_register_required_plugins' ); /** * Register the required plugins for this theme. * * In this example, we register two plugins - one included with the TGMPA library * and one from the .org repo. * * The variable passed to tgmpa_register_plugins() should be an array of plugin * arrays. * * This function is hooked into tgmpa_init, which is fired within the * TGM_Plugin_Activation class constructor. */ function my_theme_register_required_plugins() { /** * Array of plugin arrays. Required keys are name and slug. * If the source is NOT from the .org repo, then source is also required. */ $plugins = array( // This is an example of how to include a plugin pre-packaged with a theme array( 'name' => 'Contact Form 7', // The plugin name 'slug' => 'contact-form-7', // The plugin slug (typically the folder name) 'source' => get_stylesheet_directory() . '/includes/plugins/contact-form-7.zip', // The plugin source 'required' => true, // If false, the plugin is only 'recommended' instead of required 'version' => '', // E.g. 1.0.0. If set, the active plugin must be this version or higher, otherwise a notice is presented 'force_activation' => false, // If true, plugin is activated upon theme activation and cannot be deactivated until theme switch 'force_deactivation' => false, // If true, plugin is deactivated upon theme switch, useful for theme-specific plugins 'external_url' => '', // If set, overrides default API URL and points to an external URL ), array( 'name' => 'Cherry Plugin', // The plugin name. 'slug' => 'cherry-plugin', // The plugin slug (typically the folder name). 'source' => PARENT_DIR . '/includes/plugins/cherry-plugin.zip', // The plugin source. 'required' => true, // If false, the plugin is only 'recommended' instead of required. 'version' => '1.1', // E.g. 1.0.0. If set, the active plugin must be this version or higher, otherwise a notice is presented. 'force_activation' => true, // If true, plugin is activated upon theme activation and cannot be deactivated until theme switch. 'force_deactivation' => false, // If true, plugin is deactivated upon theme switch, useful for theme-specific plugins. 'external_url' => '', // If set, overrides default API URL and points to an external URL. ) ); /** * Array of configuration settings. Amend each line as needed. * If you want the default strings to be available under your own theme domain, * leave the strings uncommented. * Some of the strings are added into a sprintf, so see the comments at the * end of each line for what each argument will be. */ $config = array( 'domain' => CURRENT_THEME, // Text domain - likely want to be the same as your theme. 'default_path' => '', // Default absolute path to pre-packaged plugins 'parent_menu_slug' => 'themes.php', // Default parent menu slug 'parent_url_slug' => 'themes.php', // Default parent URL slug 'menu' => 'install-required-plugins', // Menu slug 'has_notices' => true, // Show admin notices or not 'is_automatic' => true, // Automatically activate plugins after installation or not 'message' => '', // Message to output right before the plugins table 'strings' => array( 'page_title' => theme_locals("page_title"), 'menu_title' => theme_locals("menu_title"), 'installing' => theme_locals("installing"), // %1$s = plugin name 'oops' => theme_locals("oops_2"), 'notice_can_install_required' => _n_noop( theme_locals("notice_can_install_required"), theme_locals("notice_can_install_required_2") ), // %1$s = plugin name(s) 'notice_can_install_recommended' => _n_noop( theme_locals("notice_can_install_recommended"), theme_locals("notice_can_install_recommended_2") ), // %1$s = plugin name(s) 'notice_cannot_install' => _n_noop( theme_locals("notice_cannot_install"), theme_locals("notice_cannot_install_2") ), // %1$s = plugin name(s) 'notice_can_activate_required' => _n_noop( theme_locals("notice_can_activate_required"), theme_locals("notice_can_activate_required_2") ), // %1$s = plugin name(s) 'notice_can_activate_recommended' => _n_noop( theme_locals("notice_can_activate_recommended"), theme_locals("notice_can_activate_recommended_2") ), // %1$s = plugin name(s) 'notice_cannot_activate' => _n_noop( theme_locals("notice_cannot_activate"), theme_locals("notice_cannot_activate_2") ), // %1$s = plugin name(s) 'notice_ask_to_update' => _n_noop( theme_locals("notice_ask_to_update"), theme_locals("notice_ask_to_update_2") ), // %1$s = plugin name(s) 'notice_cannot_update' => _n_noop( theme_locals("notice_cannot_update"), theme_locals("notice_cannot_update_2") ), // %1$s = plugin name(s) 'install_link' => _n_noop( theme_locals("install_link"), theme_locals("install_link_2") ), 'activate_link' => _n_noop( theme_locals("activate_link"), theme_locals("activate_link_2") ), 'return' => theme_locals("return"), 'plugin_activated' => theme_locals("plugin_activated"), 'complete' => theme_locals("complete"), // %1$s = dashboard link 'nag_type' => theme_locals("updated") // Determines admin notice type - can only be 'updated' or 'error' ) ); tgmpa( $plugins, $config ); } Pinco Platformasının Mobil Yönümlü İcmalı – Addım-addım Yoxlama

Pinco Platformasının Mobil Yönümlü İcmalı – Addım-addım Yoxlama

Pinco Platformasının Mobil Yönümlü İcmalı - Qeydiyyat və Giriş - Pinco-da Mobil Proses

Pinco Platformasının Mobil Yönümlü İcmalı - Addım-addım Yoxlama

Bu icmalda mən pinco platformasını mobil cihazdan istifadə edərək, rahatlıq, sürət və optimallaşdırma baxımından qiymətləndirəcəyəm. Məqsəd, rəqiblərlə müqayisədə müsbət və mənfi cəhətləri vicdanlı şəkildə göstərməkdir.

Qeydiyyat və Giriş - Pinco-da Mobil Proses

Pinco-da qeydiyyatdan keçmək üçün ilk addım brauzerdən və ya tətbiqdən istifadə etməkdir. Mən bunu mobil telefonumda yoxladım və prosesin sürətli olduğunu gördüm.

  • Qeydiyyat forması bir neçə saniyə açılır - heç bir yavaşlama yox
  • E-poçt və ya telefon nömrəsi ilə daxil olmaq mümkündür
  • Şifrə tələbləri sadədir - ən azı 6 simvol
  • Giriş etmək üçün yalnız bir dəfə klik lazımdır
  • Mobil brauzerdə avtomatik doldurma işləyir

Rəqiblərlə müqayisədə, Pinco-nun mobil interfeysi daha təmizdir. Mənfi cəhət odur ki, bəzi köhnə modellərdə (məsələn, 4G telefonlarda) səhifə yüklənməsi bir az gecikir, amma ümumilikdə stabil işləyir.

Pinco Mobil Tətbiqi - Brauzerə Qarşı Üstünlüklər

Pinco-nun mobil tətbiqi Google Play-də mövcuddur və mən onu yüklədim. Tətbiqin ölçüsü təxminən 50 MB-dır və qurulumdan sonra dərhal işə başlayır.

  1. Tətbiq açıldıqda, login səhifəsi dərhal görünür - heç bir reklam yox
  2. Brauzerdə eyni əməliyyatlar daha yavaşdır, çünki səhifə hər dəfə yüklənir
  3. Tətbiqdə bildirişlər var - məsələn, bonuslar barədə xəbərdarlıq edir
  4. Brauzerdə isə bildirişlər yoxdur, ancaq səhifəni yeniləmək lazımdır
  5. Tətbiq batareyanı daha az yeyir - mən 1 saat istifadə etdikdə cəmi 5% itirdim
  6. Brauzerdə eyni müddətdə 8-10% itki oldu

Müsbət cəhət: tətbiq sürətli və optimallaşdırılmışdır. Mənfi cəhət: iOS versiyası hələ tam optimallaşdırılmayıb, bəzən donmalar olur.

Pinco

Bonuslar və Promosyonlar - Pinco-da Mobil Təcrübə

Pinco-da bonuslar almaq üçün login etdikdən sonra "Promosyonlar" bölməsinə daxil olmaq kifayətdir. Mobil cihazda bu bölmə böyük düymələrlə göstərilir.

Bonus növü Mobil rahatlıq dərəcəsi Rəqiblərlə müqayisə
Xoş gəlmə bonusu 5/5 - bir kliklə aktivləşir Rəqiblərdə daha çox addım tələb olunur
Gündəlik cashback 4/5 - avtomatik hesablanır Bəzi platformalarda əl ilə tələb olunur
Free spins 5/5 - dərhal oyuna əlavə olunur Eyni səviyyədədir
VIP proqramı 3/5 - mobil versiyada məhdud məlumat Rəqiblərdə daha ətraflı panel var
Turnirlər 4/5 - canlı yenilənir Yavaş bağlantılarda gecikmələr olur

Müsbət cəhət: bonusların aktivləşdirilməsi çox asandır. Mənfi cəhət: VIP paneli mobil versiyada daha az funksionaldır, amma əsas ehtiyacları ödəyir.

Depozitlər və Çıxarışlar - Pinco-da Ödəniş Sürəti

Pinco-da depozit qoymaq üçün mobil tətbiqdə "Kassa" bölməsinə keçdim. Burada bir neçə ödəniş metodu var, hamısı mobil üçün uyğundur.

  • Kartla ödəniş (Visa/Mastercard) - 1-2 dəqiqə ərzində təsdiqlənir
  • Balans (Azərbaycan manatı) ilə işləmək mümkündür - 1 AZN minimum depozit
  • Mobil operator vasitəsilə ödəniş - dərhal keçir
  • Çıxarışlar 24 saat ərzində emal olunur - mən öz təcrübəmdə 12 saat gözlədim
  • Rəqiblərdə bəzən 48 saat çəkir, amma Pinco daha sürətlidir

Müsbət cəhət: depozitlər dərhal təsdiqlənir. Mənfi cəhət: çıxarış limitləri bəzi hallarda aşağıdır (məsələn, gündə 1000 AZN), amma bu adi haldır.

Pinco

Təhlükəsizlik və KYC - Pinco-da Mobil Yoxlama

Pinco-da təhlükəsizlik üçün KYC (Know Your Customer) prosesi var. Mən bunu mobil telefondan keçirdim və sənədləri yükləmək üçün bir neçə dəqiqə sərf etdim.

  1. Sənədləri (şəxsiyyət vəsiqəsi) kamera ilə çəkmək olar - işıqlandırma yaxşı olmalıdır
  2. Proses 24 saat ərzində yoxlanılır - mən 6 saat gözlədim
  3. Rəqiblərdə bəzən 48 saat çəkir, amma Pinco daha sürətlidir
  4. Mobil interfeysdə sənəd yükləmə düyməsi böyükdür - rahat istifadə

Müsbət cəhət: KYC prosesi sürətlidir. Mənfi cəhət: bəzi hallarda sənədlər keyfiyyətsiz olduqda təkrar yükləmə tələb olunur, amma bu ümumi problemdir.

Dəstək Xidməti - Pinco-da Mobil Yardım

Pinco-da dəstək xidməti mobil tətbiq daxilində canlı söhbət vasitəsilə işləyir. Mən bir neçə sual yazdım və cavablar sürətli idi.

  • Canlı söhbət 24/7 aktivdir - mən axşam saatlarında yazdım, 2 dəqiqə ərzində cavab gəldi
  • Rəqiblərdə bəzən 10-15 dəqiqə gözləmək lazımdır
  • Mobil versiyada söhbət pəncərəsi yığcamdır - ekranı örtmür
  • FAQ bölməsi var - əsas suallara cavab tapmaq olar
  • Mənfi cəhət: Azərbaycan dilində dəstək məhduddur, əsasən rus və ingilis dillərindədir

Ümumilikdə, dəstək xidməti mobil istifadəçilər üçün rahatdır, amma dil seçimi genişləndirilə bilər.

Pinco-nun Ümumi Qiymətləndirilməsi - Mobil Üstünlüklər və Çatışmazlıqlar

Bu icmalda Pinco platformasını mobil cihazdan istifadə edərək qiymətləndirdim. Müsbət cəhətlər: sürətli qeydiyyat, rahat tətbiq, sürətli depozitlər və yaxşı dəstək. Mənfi cəhətlər: iOS tətbiqində bəzən donmalar, VIP panelin məhdud funksiyaları və dil seçimində azərbaycanca olmaması. Rəqiblərlə müqayisədə, Pinco mobil optimallaşdırmada üstündür, amma bəzi detallarda inkişaf edə bilər. Ümumi nəticə: mobil istifadəçilər üçün yaxşı seçimdir, xüsusən sürət və rahatlıq axtaranlar üçün.