Server IP : 68.65.123.43 / Your IP : 216.73.216.162
System : Linux server266.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
PHP Version : 8.0.30
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /home/inteuuod/public_html/wp-content/plugins/edd-paystack/includes//functions.php
<?php
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* @return bool
*/
function tbz_paystack_edd_is_setup() {
if ( edd_get_option( 'edd_paystack_test_mode' ) ) {
$secret_key = trim( edd_get_option( 'edd_paystack_test_secret_key' ) );
$public_key = trim( edd_get_option( 'edd_paystack_test_public_key' ) );
} else {
$secret_key = trim( edd_get_option( 'edd_paystack_live_secret_key' ) );
$public_key = trim( edd_get_option( 'edd_paystack_live_public_key' ) );
}
return ! ( empty( $public_key ) || empty( $secret_key ) );
}
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | July 10 2025 04:32:24 | inteuuod / inteuuod | 0755 | |
| | | | | |
.htaccess | 0.41 KB | July 10 2025 04:32:24 | inteuuod / inteuuod | 0644 | |
class-admin.php | 4.632 KB | December 12 2024 22:32:28 | inteuuod / inteuuod | 0644 | |
class-frontend.php | 18.725 KB | December 12 2024 22:32:28 | inteuuod / inteuuod | 0644 | |
functions.php | 0.558 KB | December 12 2024 22:32:28 | inteuuod / inteuuod | 0644 | |