LLMS_Abstract_Privacy::__construct( string $name = '' )
Constructor.
Parameters Parameters
- $name
-
(string) (Optional) Plugin name.
Default value: ''
Return Return
(void)
Source Source
File: includes/abstracts/llms.abstract.privacy.php
51 52 53 54 55 | public function __construct( $name = '' ) { $this ->name = $name ; $this ->add_hooks(); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.18.0 | Introduced. |