X7ROOT File Manager
Current Path:
/home/iptvzxij/public_html/wp-content/plugins/wp-statistics/src/Globals
home
/
iptvzxij
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
src
/
Globals
/
📁
..
📄
AjaxManager.php
(348 B)
📄
Context.php
(1.81 KB)
Editing: AjaxManager.php
<?php namespace WP_Statistics\Globals; use WP_Statistics\Components\Ajax; class AjaxManager { public function __construct() { add_action('init', [$this, 'register']); } /** * Register AJAX callbacks. * * @example Ajax::register('test', [$this, 'test']) */ public function register() { } }
Upload File
Create Folder