Noptin_EDD::before_initialize()
Init variables.
Source Source
File: includes/integrations/class-noptin-edd.php
public function before_initialize() { $this->order_label = __( 'Payments', 'newsletter-optin-box' ); $this->slug = 'edd'; $this->name = 'Easy Digital Downloads'; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |