Plugin Directory

Changeset 3471165


Ignore:
Timestamp:
02/27/2026 03:26:54 PM (5 weeks ago)
Author:
StuartCole
Message:

See change log at https://jumpinggiraffe.com/product/website-analytics/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jg-website-analytics/trunk/jg-website-analytics.php

    r3471147 r3471165  
    6161jgwa_website_analytics_run();
    6262
    63 /**
    64  * Plugin update Class.
    65  *
    66  * @since    0.1.0
    67  */
    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.