📂 FileMgr
📍
/home/coemyoza/public_html/wp-content/plugins/give/src/Donations/Actions
✏️ Edit File: /home/coemyoza/public_html/wp-content/plugins/give/src/Donations/Actions/GeneratePurchaseKey.php
⬅ Kembali
<?php namespace Give\Donations\Actions; class GeneratePurchaseKey { /** * @since 2.19.6 * * @param string $email * @return string */ public function __invoke($email) { $auth_key = defined('AUTH_KEY') ? AUTH_KEY : ''; return strtolower(md5($email . date('Y-m-d H:i:s') . $auth_key . uniqid('give', true))); } }
💾 Simpan File
Batal
⬅ Naik ke Donations
1 item
Nama
Tipe
Ukuran
Diubah
Aksi
🐘
GeneratePurchaseKey.php
php
370 B
2022-11-29 18:00
✏️ Edit
👁️ View
🗑 Hapus