Automattic\WooCommerce\Admin\Features\Navigation
RemovedDeprecated::__call
Handle calls to deprecated methods.
Method of the class: RemovedDeprecated{}
No Hooks.
Returns
null. Nothing (null).
Usage
$RemovedDeprecated = new RemovedDeprecated(); $RemovedDeprecated->__call( $name, $arguments );
- $name(string) (required)
- The name of the deprecated method.
- $arguments(array) (required)
- The arguments passed to the deprecated method.
RemovedDeprecated::__call() RemovedDeprecated:: call code WC 10.5.0
public function __call( $name, $arguments ) {
self::handle_deprecated_method_call( $name );
}