'',
'product' => '',
'text' => ''
), $atts );
if ( $a['text'] ) $text = $a['text'];
$link = ''.$text.'';
return $link;
}
function affiliation_decitre_button_func( $atts ) {
$params = 'utm_source=affilae&utm_medium=affiliation&utm_campaign=wordpress-button';
$affiliate = get_option( 'affiliation_decitre_affiliate' );
if ( get_option( 'affiliation_decitre_button_text' ) )
$text = get_option( 'affiliation_decitre_button_text' );
else
$text = __('Order my product','affiliation-decitre');
$a = shortcode_atts( array(
'category' => '',
'product' => '',
'text' => ''
), $atts );
if ( $a['text'] ) $text = $a['text'];
$button = '';
return $button;
}