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