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