Ejemplo n.º 1
0
function idf_registered()
{
    idf_idcf_delivery();
    idf_fh_delivery();
    update_option('idf_registered', 1);
    exit;
}
Ejemplo n.º 2
0
function idf_registered()
{
    idf_idcf_delivery();
    idf_fh_delivery();
    update_option('idf_registered', 1);
    if (isset($_POST['Email'])) {
        $email = esc_attr($_POST['Email']);
        update_option('id_account', $email);
    }
    exit;
}