<?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); } } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Ajax.php | File | 321 B | 0644 |
|
AssetNameObfuscator.php | File | 6.93 KB | 0644 |
|
Assets.php | File | 5.27 KB | 0644 |
|
DateRange.php | File | 17.06 KB | 0644 |
|
DateTime.php | File | 5.44 KB | 0644 |
|
Event.php | File | 2.44 KB | 0644 |
|
RemoteRequest.php | File | 5.63 KB | 0644 |
|
Singleton.php | File | 602 B | 0644 |
|
View.php | File | 1.27 KB | 0644 |
|