Lunch vecka 12

function displayprice() { $return = ''; $alt1 = get_field( 'mandag_alt1' ); if( $go_price && $go_link ) { $return = '. $mandag_alt1 . ''; } return $return; } add_shortcode( 'showprices', 'displayprice' );

yuy