Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /home/giriqfky/swamivivekananda.co.in/wp-content/plugins/suremails/inc/traits//instance.php
<?php
/**
* Trait.
*
* @package SureMails\Inc\Traits;
* @since 0.0.1
*/
namespace SureMails\Inc\Traits;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
/**
* Trait Instance.
*/
trait Instance {
/**
* Instance object.
*
* @var self Class Instance.
*/
private static $instance = null;
/**
* Initiator
*
* @since 0.0.1
* @return self Initialized object of class.
*/
public static function instance() {
if ( self::$instance === null ) {
self::$instance = new self();
}
return self::$instance;
}
}
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | July 10 2025 04:32:27 | giriqfky / giriqfky | 0755 | |
| | | | | |
.htaccess | 0.41 KB | July 10 2025 04:32:27 | giriqfky / giriqfky | 0644 | |
instance.php | 0.546 KB | June 23 2025 07:12:38 | giriqfky / giriqfky | 0644 | |
send-email.php | 1.112 KB | June 23 2025 07:12:38 | giriqfky / giriqfky | 0644 | |