gde_change_mail
The Google Doc Embedder gde change mail function.
Description
gde_change_mail( $mail );
Parameters (1)
- 0. $mail
- The mail.
Usage
if ( !function_exists( 'gde_change_mail' ) ) { require_once ABSPATH . PLUGINDIR . 'google-doc-embedder/libs/lib-formsubmit.php'; } // The mail. $mail = null; // NOTICE! Understand what this does before running. $result = gde_change_mail($mail);
Defined (1)
The function is defined in the following location(s).
- /libs/lib-formsubmit.php
- function gde_change_mail( $mail ) {
- return $_POST['email'];
- }