Skip to content

Commit

Permalink
add statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikYakimenko committed Oct 9, 2018
1 parent 40de073 commit f23cf79
Show file tree
Hide file tree
Showing 14 changed files with 706 additions and 405 deletions.
13 changes: 5 additions & 8 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,9 @@


if (is_admin()) {
/**
* activation hook
*/
require get_template_directory() . '/includes/admin/fruitful-stats/send-statistics.php';
/**
* modal form for request to sending statistics
*/
require get_template_directory() . '/includes/admin/fruitful-stats/send-statistics-modal.php';
// Fruitful statistics
require get_template_directory() . '/vendor/fruitful-stats/send-statistics.php';

$FF_anaglyph_lite_Stats = new FF_anaglyph_lite_Stats( __FILE__ );
$FF_anaglyph_lite_Stats->dispatch();
}
96 changes: 0 additions & 96 deletions includes/admin/fruitful-stats/assets/js/admin_scripts.js

This file was deleted.

86 changes: 0 additions & 86 deletions includes/admin/fruitful-stats/send-statistics-modal.php

This file was deleted.

144 changes: 0 additions & 144 deletions includes/admin/fruitful-stats/send-statistics.php

This file was deleted.

Loading

0 comments on commit f23cf79

Please sign in to comment.