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