LLMS_Abstract_Privacy::__construct( string $name = '' )

Constructor.


Parameters Parameters

$name

(string) (Optional) Plugin name.

Default value: ''


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/abstracts/llms.abstract.privacy.php

	public function __construct( $name = '' ) {

		$this->name = $name;
		$this->add_hooks();
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.18.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.