LLMS_Post_Model::__isset( string $key )
Magic Isset
Parameters Parameters
- $key
-
(string) (Required) Check if a key exists in the database.
Return Return
(boolean)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
public function __isset( $key ) { return metadata_exists( 'post', $this->id, $this->meta_prefix . $key ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |