'', 'target' => '', 'rel' => '', 'icons' => get_theme_mod( 'payment_icons', array( 'visa', 'paypal', 'stripe', 'mastercard', 'cashondelivery' ) ), 'custom' => get_theme_mod( 'payment_icons_custom' ), 'class' => '', 'visibility' => '', ), $atts ) ); $classes = array( 'payment-icons', 'inline-block' ); if ( $class ) $classes[] = $class; if ( $visibility ) $classes[] = $visibility; $classes = implode( ' ', $classes ); $link_atts = array( 'target' => $target, 'rel' => array( $rel ), ); $link_start = $link ? '' : ''; $link_end = $link ? '' : ''; // Get custom icons if set. if ( ! empty( $custom ) ) { return do_shortcode( '