bbPress::__clone()
A dummy magic method to prevent bbPress from being cloned
Description Description
Source Source
File: bbpress.php
public function __clone() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'bbpress' ), '2.1' ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |