/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/includes
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/includes/class-give-async-process.php (1177B)
'', // required
* 'data' => {mixed} // required
* )
*/
$_post = give_clean( $_POST );
if ( empty( $_post ) || empty( $_post['data'] ) || empty( $_post['hook'] ) ) {
exit();
}
/**
* Fire the hook.
*/
do_action( $_post['hook'], $_post['data'] );
exit();
}
}