Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
WooCommercePayments::get_id
ID.
Method of the class: WooCommercePayments{}
No Hooks.
Returns
String.
Usage
$WooCommercePayments = new WooCommercePayments(); $WooCommercePayments->get_id();
WooCommercePayments::get_id() WooCommercePayments::get id code WC 10.4.3
public function get_id() {
return 'woocommerce-payments';
}