woocommerce_paypal_icon

woocommerce_paypal_icon

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_paypal_icon') is found 1 times:

  • /includes/gateways/paypal/class-wc-gateway-paypal.php line 299
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
            default:
                $icon = WC_HTTPS::force_https_url( WC()->plugin_url() . '/includes/gateways/paypal/assets/images/paypal.png' );
                break;
        }
        return apply_filters( 'woocommerce_paypal_icon', $icon );
    }
     
    /**
     * Check if this gateway is available in the user's country based on currency.
     *
     * @return bool