[Null Request] Wp Builder Email Template Addon

amintab2001

Member
Jun 2, 2018
34
17
8
please null wp-builder-email
Make an impression with your customers and represent your brand well by customizing the design and content of your email



Live Demo: https://dev.wall-f.com/wpbuideremail/?page_id=17

email email-drap-and-drop wordpress
 

Attachments

  • wp-builder-email(1).zip
    651.6 KB · Views: 17

MR A

Well-known member
Trusted Seller
Trusted Uploader
Banned User
Apr 19, 2019
755
299
63
Root
open check_purchase_code.php

find this function


function check_purchase_code_ajax(){
$code = sanitize_text_field($_POST["code"]);
$id = sanitize_text_field($_POST["id"]);
$status = $this->check_purchase_code($code,$id);
if( $status == "ok"){
update_option( '_redmuber_item_'.$id, "ok" );
update_option( '_redmuber_item_'.$id."_code", $code );
}
echo esc_attr($status);
die();
}

change with this

function check_purchase_code_ajax(){
$code = sanitize_text_field($_POST["code"]);
$id = sanitize_text_field($_POST["id"]);
$status = "ok";
if( $status == "ok"){
update_option( '_redmuber_item_'.$id, "ok" );
update_option( '_redmuber_item_'.$id."_code", $code );
}
echo esc_attr($status);
die();
}


this code inject this in your database

Edit EditCopy CopyDelete Delete607redux-framework_tracking_skippedyesyes
Edit EditCopy CopyDelete Delete642_redmuber_item_okyes
Edit EditCopy CopyDelete Delete643_redmuber_item__codeyes
Edit EditCopy CopyDelete Delete649_redmuber_item_29855785_code5353543534yes


change this and enjoy :)
 

Forum statistics

Threads
69,227
Messages
908,445
Members
237,061
Latest member
itachii

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu