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