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