Freemius SDK (optional)
=======================

This folder is intentionally empty in the public source tree.

To enable Freemius (licensing, updates, opt-in analytics):

1. Log in at https://dashboard.freemius.com
2. Open your product → Deployment → download the WordPress SDK package
3. Extract so that this path exists and is loadable:

   wp-content/plugins/phm-health-monitor/freemius/start.php

4. The generated code must define the global function:

   phm_fs()

   If the Freemius generator suggests a different function name, rename it to phm_fs()
   in the downloaded start.php (or add a thin wrapper) so it matches the plugin.

The plugin syncs the Freemius "Upgrade" / pricing link to the same URL as the in-plugin
"Upgrade to Pro" button via PHM_Upgrade and the pricing_url filter.

Do not commit secret keys to public repositories; use environment-specific builds or
exclude this folder from version control if it contains credentials.
