BP_Search_Core::__unset( $key )
Magic method for unsetting BuddyPress Global Search variables.
Description
Source
File: bp-search/classes/class-bp-search-core.php
171 172 173 174 175 | public function __unset( $key ) { if ( isset( $this ->data[ $key ] ) ) { unset( $this ->data[ $key ] ); } } |
Changelog
Version | Description |
---|---|
BuddyBoss 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.