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