BuddyPress::__wakeup()
A dummy magic method to prevent BuddyPress from being unserialized.
Description Description
Source Source
File: class-buddypress.php
public function __wakeup() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'buddypress' ), '1.7' ); }
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |