Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
WooCommercePayments::get_id()
ID.
{} It's a method of the class: WooCommercePayments{}
No Hooks.
Return
String
.
Usage
$WooCommercePayments = new WooCommercePayments(); $WooCommercePayments->get_id();
Code of WooCommercePayments::get_id() WooCommercePayments::get id WC 6.6.1
public function get_id() { return 'woocommerce-payments'; }