Automattic\WooCommerce\Internal\ProductAttributesLookup
CLIRunner::enable()
Enable the usage of the product attributes lookup table.
Method of the class: CLIRunner{}
No Hooks.
Return
null
. Nothing (null).
Usage
$CLIRunner = new CLIRunner(); $CLIRunner->enable( $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::enable() CLIRunner::enable code WC 9.3.3
public function enable( array $args = array(), array $assoc_args = array() ) { return $this->invoke( 'enable_core', $args, $assoc_args ); }