clear_noptin_subscriber_cache( $subscriber )
Empties the subscriber cache.
Source Source
File: includes/subscriber.php
function clear_noptin_subscriber_cache( $subscriber ) { // Clean the cache. $old_subscriber = new Noptin_Subscriber( $subscriber ); $old_subscriber->clear_cache(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.8 | Introduced. |