CIERRE DE VENTAS EFFICAS SAS

function registro_ventas_app() {
ob_start(); ?>

Registro de Ventas



return ob_get_clean();
}
add_shortcode(‘registro_ventas’, ‘registro_ventas_app’);

/*
Theme Name: Registro de Ventas
Template: tu-tema-actual
*/