Automattic\WooCommerce\Internal\Admin\ProductForm
FormFactory::instance()
Get class instance.
Method of the class: FormFactory{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = FormFactory::instance();
FormFactory::instance() FormFactory::instance code WC 9.3.1
final public static function instance() { if ( ! static::$instance ) { static::$instance = new static(); } return static::$instance; }