function mg_product_status_badge() { $terms = get_the_terms( get_the_ID(), 'product_tag' ); if ( empty( $terms ) || is_wp_error( $terms ) ) { return ''; } foreach ( $terms as $term ) { $slug = get_term_field( 'slug', $term ); if ( $slug === 'novo' ) { $class = 'mg-status-badge mg-status-novo'; $text = 'NOVO'; } elseif ( $slug === 'usado' ) { $class = 'mg-status-badge mg-status-usado'; $text = 'USADO'; } elseif ( $slug === 'vendido' ) { $class = 'mg-status-badge mg-status-vendido'; $text = 'VENDIDO'; } else { continue; } $html = chr(60) . 'span class="' . $class . '"' . chr(62); $html .= $text; $html .= chr(60) . '/span' . chr(62); return $html; } return ''; } add_shortcode( 'mg_status', 'mg_product_status_badge' );
Pular para o conteúdo
Home
Sobre Nós
Serviços
Produtos
Contactos
Home
Sobre Nós
Serviços
Produtos
Contactos
Facebook-f
Contactar
Great things are on the horizon
Something big is brewing! Our store is in the works and will be launching soon!
✕
Return to shop