_edds_map_form_data_to_request( array $post_data )

Maps serialized form data to global $_POST and $_REQUEST variables.


Description Description

This ensures any custom code that hooks in to actions inside an AJAX processing step can utilize form field data.


Parameters Parameters

$post_data

(Required) $_POST data containing serialized form data.


Top ↑

Source Source

File: includes/gateways/stripe/includes/compat.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.7.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.