X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/plugins/wp-statistics/src/Components
home
/
katmhsmi
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
src
/
Components
/
📁
..
📄
Ajax.php
(321 B)
📄
AssetNameObfuscator.php
(10.15 KB)
📄
Assets.php
(6.77 KB)
📄
DateRange.php
(17.59 KB)
📄
DateTime.php
(6.08 KB)
📄
Event.php
(2.44 KB)
📄
RemoteRequest.php
(5.63 KB)
📄
Singleton.php
(602 B)
📄
View.php
(1.53 KB)
Editing: Ajax.php
<?php namespace WP_Statistics\Components; class Ajax { public static function register($action, $callback, $public = true) { add_action('wp_ajax_wp_statistics_' . $action, $callback); if ($public) { add_action('wp_ajax_nopriv_wp_statistics_' . $action, $callback); } } }
Upload File
Create Folder