LLMS_Abstract_Privacy::__construct( string $name = '' )
Constructor
Description Description
Parameters Parameters
- $name
-
(string) (Optional) plugin name
Default value: ''
Source Source
File: includes/abstracts/llms.abstract.privacy.php
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. |
User Contributed Notes User Contributed Notes
Permalink: