logo web carlos pellegrini

// ============================================================ // 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; ?>

<?php } add_action( 'wp_footer', 'uba_popup_html' ); endif;