Easy_Digital_Downloads::__clone()
Throw error on object clone.
Description Description
The whole idea of the singleton design pattern is that there is a single object therefore, we don’t want the object to be cloned.
Return Return
(void)
Source Source
File: easy-digital-downloads.php
Changelog Changelog
Version | Description |
---|---|
1.6 | Introduced. |