discover(ATT_HC_PLUGIN_DIR . 'includes/steps/'); }); // Self-hosted updates from Gitea. Metadata JSON lives on the repo's main branch; // PUC polls it twice a day and surfaces new versions via WP's normal update flow. $att_hc_puc = ATT_HC_PLUGIN_DIR . 'vendor/plugin-update-checker/plugin-update-checker.php'; if (file_exists($att_hc_puc)) { require_once $att_hc_puc; \YahnisElsts\PluginUpdateChecker\v5\PucFactory::buildUpdateChecker( 'https://git.h12e.com/steve/wp-healthcheck/raw/branch/main/updates.json', ATT_HC_PLUGIN_FILE, 'att-site-healthcheck' ); } unset($att_hc_puc);