BP_Messages_Notice::activate()
Activates a notice.
Description
Return
(bool)
Source
File: bp-messages/classes/class-bp-messages-notice.php
public function activate() {
$this->is_active = 1;
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.