BuddyPress::__call( string $name = '', array $args = array() )
Magic method to prevent notices and errors from invalid method calls.
Description
Parameters
- $name
-
(Optional)
Default value: ''
- $args
-
(Optional)
Default value: array()
Return
(null)
Source
File: class-buddypress.php
public function __call( $name = '', $args = array() ) { unset( $name, $args ); return null; }
Changelog
Version | Description |
---|---|
BuddyPress 1.7.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.