WC_Tracker::get_wcpay_settings
Get the settings of WooCommerce Payments plugin
Method of the class: WC_Tracker{}
No Hooks.
Returns
Array.
Usage
$result = WC_Tracker::get_wcpay_settings();
WC_Tracker::get_wcpay_settings() WC Tracker::get wcpay settings code WC 10.5.0
private static function get_wcpay_settings() {
return get_option( 'woocommerce_woocommerce_payments_settings' );
}