bbPress::__call( $name = '',  $args = array() )

Magic method to prevent notices and errors from invalid method calls


Description Description


Source Source

File: bbpress.php

	public function __call( $name = '', $args = array() ) { unset( $name, $args ); return null; }

Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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