Noptin_Subscriber::clear_cache()
Removes the subscriber from the cache.
Source Source
File: includes/class-noptin-subscriber.php
public function clear_cache() { wp_cache_delete( $this->email, 'noptin_subscriber_emails' ); wp_cache_delete( $this->confirm_key, 'noptin_subscriber_keys' ); wp_cache_delete( $this->id, 'noptin_subscribers' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.8 | Introduced. |