/*
Theme Name: Principato
Author: 
Description: Your description goes here
Version: 1.0
Template: green-eco-planet-pro

This is the child theme for Green Eco Planet PRO theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

// -----------------------------------------------
// Carica app pdf-titoli (genera certificati)
// -----------------------------------------------
add_action('plugins_loaded', function() {
    $file = WP_CONTENT_DIR . '/pdf-titoli/genera-certificato.php';
    if (file_exists($file)) {
        require_once $file;
    }
});