uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
charitable
/
includes
/
admin
/
charitable-dashboard-hooks.php
/
/
<?php /** * Charitable Dashboard Hooks. * * Action/filter hooks used for dashboard functionality in the admin. * * @package Charitable/Functions/Dashboard * @author David Bisset * @copyright Copyright (c) 2023, WP Charitable LLC * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 1.8.1 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Get dashboard data via ajax, probably as a result of a changing UI element. * * @see Charitable_Dashboard_Ajax::get_dashboard_data() */ add_action( 'wp_ajax_charitable_dashboard_data', array( Charitable_Dashboard_Ajax::get_instance(), 'get_dashboard_data' ) );
/home/batcwwjx/www/wp-content/plugins/charitable/includes/admin/charitable-dashboard-hooks.php