Automattic\WooCommerce\Internal\Admin\ProductForm

Component::get_additional_argument()publicWC 1.0

Component arguments.

Method of the class: Component{}

No Hooks.

Return

Mixed.

Usage

$Component = new Component();
$Component->get_additional_argument( $key );
$key(string) (required)
key of argument.

Component::get_additional_argument() code WC 8.7.0

public function get_additional_argument( $key ) {
	return self::get_argument_from_path( $this->additional_args, $key );
}