verificar valor de radio button en wp
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
<?php
$checkboxes_1 = get_custom_field('mycustomfield');
if(($checkboxes_1 ) == 1) { ?>
<?php }
else if(($checkboxes_1 ) == 2) {?> // codigo aqui
<?php } else if(($checkboxes_1 ) == 3) {
?> //codigo aqui <?php } ?>