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' ); }

Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.