set Wallet icon
-
Hello (@wpswings),
I trying to set wallet icon but it does not work why
function wallet_gateway_icon( $gateways ) {
if ( isset( $gateways['wps_wcb_wallet_payment_gateway'] ) ) {
$gateways['wps_wcb_wallet_payment_gateway']->icon = 'https://site.com/wp-content/uploads/2025/01/wallet.png';
}
return $gateways;
}
add_filter( 'woocommerce_available_payment_gateways', 'wallet_gateway_icon' );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.