Changeset 3471165
- Timestamp:
- 02/27/2026 03:26:54 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
jg-website-analytics/trunk/jg-website-analytics.php
r3471147 r3471165 61 61 jgwa_website_analytics_run(); 62 62 63 /**64 * Plugin update Class.65 *66 * @since 0.1.067 */68 require plugin_dir_path(__FILE__) . 'jg-update/plugin-update-checker.php';69 70 use YahnisElsts\PluginUpdateChecker\v5\PucFactory;71 72 $myUpdateChecker = PucFactory::buildUpdateChecker(73 'https://jumpinggiraffe.com/JG-plugins/jg-website-analytics.json',74 __FILE__, //Full path to the main plugin file or functions.php.75 'jg-website-analytics'76 );
Note: See TracChangeset
for help on using the changeset viewer.