Viewing 1 replies (of 1 total)
  • Plugin Author Claudio Sanches

    (@claudiosanches)

    Yes, just use the woocommerce_mijireh_checkout_icon filter.

    Example:

    function custom_woocommerce_mijireh_checkout_icon( $icon ) {
    	return 'new icons URL!';
    }
    
    add_filter( 'woocommerce_mijireh_checkout_icon', 'custom_woocommerce_mijireh_checkout_icon' );
    
Viewing 1 replies (of 1 total)
  • The topic ‘Credit Card Icons’ is closed to new replies.