BP_Messages_Notice::deactivate()
Deactivates a notice.
Description
Return
(bool)
Source
File: bp-messages/classes/class-bp-messages-notice.php
public function deactivate() { $this->is_active = 0; return (bool) $this->save(); }
Changelog
Version | Description |
---|---|
BuddyPress 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.