WP_CLI
NoOp::__call
Method of the class: NoOp{}
No Hooks.
Returns
null. Nothing (null).
Usage
$NoOp = new NoOp(); $NoOp->__call( $method, $args );
- $method(required)
- .
- $args(required)
- .
NoOp::__call() NoOp:: call code WP-CLI 2.13.0-alpha
public function __call( $method, $args ) {
// do nothing
}