
// ============================================================ // POPUP CONTADOR - Ley de Financiamiento Universitario // Pegar en Code Snippets → Nuevo snippet → PHP (front-end) // ============================================================ if ( ! function_exists( 'uba_popup_fuente' ) ) : function uba_popup_fuente() { if ( is_admin() ) return; ?>
SIN APLICAR LA LEY DE
FINANCIAMIENTO UNIVERSITARIO.
LA UNIVERSIDAD PÚBLICA NO PUEDE ESPERAR MÁS.
CUIDEMOS LO QUE FUNCIONA.
<?php } add_action( 'wp_footer', 'uba_popup_html' ); endif;