Plugin Directory

Changeset 3050707


Ignore:
Timestamp:
03/13/2024 09:41:26 PM (2 years ago)
Author:
mdshuvo
Message:

Remove Appsero

Location:
ajax-filter-posts
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • ajax-filter-posts/tags/3.4.8/ajax-filter-posts.php

    r3048028 r3050707  
    157157// run the plugin
    158158GridMasterPlugin();
    159 
    160 /**
    161  * Initialize the plugin tracker
    162  *
    163  * @return void
    164  */
    165 function appsero_init_tracker_ajax_filter_posts() {
    166 
    167     if ( ! class_exists( 'Appsero\Client' ) ) {
    168       require_once __DIR__ . '/appsero/src/Client.php';
    169     }
    170 
    171     $client = new Appsero\Client( 'dc1dc5f0-8c32-4208-b217-b8b1a1a0b85f', 'Gridmaster', __FILE__ );
    172 
    173     // Active insights
    174     $client->insights()->init();
    175 
    176 }
    177 
    178 appsero_init_tracker_ajax_filter_posts();
  • ajax-filter-posts/trunk/ajax-filter-posts.php

    r3050705 r3050707  
    157157// run the plugin
    158158GridMasterPlugin();
    159 
    160 /**
    161  * Initialize the plugin tracker
    162  *
    163  * @return void
    164  */
    165 function appsero_init_tracker_ajax_filter_posts() {
    166 
    167     if ( ! class_exists( 'Appsero\Client' ) ) {
    168       require_once __DIR__ . '/appsero/src/Client.php';
    169     }
    170 
    171     $client = new Appsero\Client( 'dc1dc5f0-8c32-4208-b217-b8b1a1a0b85f', 'Gridmaster', __FILE__ );
    172 
    173     // Active insights
    174     $client->insights()->init();
    175 
    176 }
    177 
    178 appsero_init_tracker_ajax_filter_posts();
Note: See TracChangeset for help on using the changeset viewer.