Automattic\WooCommerce\Internal\ProductAttributesLookup
CLIRunner::disable
Disable the usage of the product attributes lookup table.
Method of the class: CLIRunner{}
No Hooks.
Returns
null. Nothing (null).
Usage
$CLIRunner = new CLIRunner(); $CLIRunner->disable( $args, $assoc_args );
- $args(array)
- Positional arguments passed to the command.
Default:array() - $assoc_args(array)
- Associative arguments (options) passed to the command.
Default:array()
CLIRunner::disable() CLIRunner::disable code WC 10.5.0
public function disable( array $args = array(), array $assoc_args = array() ) {
return $this->invoke( 'disable_core', $args, $assoc_args );
}