' . __('Settings', 'aluxpay-payment-gateway') . '', ); return array_merge($plugin_links, $links); } } else { /** * WooCommerce not active notice */ add_action('admin_notices', 'cpg_woocommerce_missing_notice'); function cpg_woocommerce_missing_notice() { echo '
' . sprintf( esc_html__('AluxPay Payment Gateway requires WooCommerce to be installed and active. You can download %s here.', 'aluxpay-payment-gateway'), 'WooCommerce' ) . '