Get the plugin information of active plugins and the base plugin
Return
array The plugin information of active plugins and the base plugin including product name, version, type, slug, form count, entry count, and license key if it’s a premium plugin.Related
| Uses | Description |
|---|---|
EVF_Stats::is_premium()includes/stats/class-evf-stats.php | Check the is premium or not. |
EVF_Stats::get_base_product()includes/stats/class-evf-stats.php | Get Pro addon file. |
EVF_Stats::get_form_count()includes/stats/class-evf-stats.php | Get the number of published forms |
EVF_Stats::get_entry_count()includes/stats/class-evf-stats.php | Get the number of entries |
EVF_Stats::get_base_product_license()includes/stats/class-evf-stats.php | Get product license key. |
evf() everest-forms.php | Main instance of EverestForms. |
| Used by | Description |
|---|---|
EVF_Stats::call_api()includes/stats/class-evf-stats.php | Call API and gather system information This function gathers information about the plugin, theme, and site, such as the WordPress version, PHP version, MySQL version, server software, SSL status, multi-site status, and theme name and version. |