Noptin_Subscriber::has_prop( string $key )
Determine whether a property or meta key is set
Parameters Parameters
- $key
(string) (Required) Property
Return Return
(bool)
Source Source
File: includes/class-noptin-subscriber.php
public function has_prop( $key ) { return $this->__isset( $key ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.7 | Introduced. |