Plugin Directory

Changeset 489875


Ignore:
Timestamp:
01/14/2012 01:03:55 PM (14 years ago)
Author:
vinmatrix
Message:

Adding first version of wp vm testimonials plus plug-in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-vm-testimonials-plus/trunk/vm-testimonials-plus.php

    r489871 r489875  
    9797                 
    9898                  $headers ="From: ".get_option('siteurl');
    99                  // mail($to,$subject,'',$headers);
     99                  mail($to,$subject,'',$headers);
    100100                return '<strong>Testimonial submitted..</strong>';
    101101             
     
    114114        $status = $data['vm_status'];
    115115        $id = $data['vmtestid'];
    116         //print_r($data);
    117116        $wpdb->query("UPDATE  $wpdb->vm_testimonials SET name='$name',designation='$Designation',company='$company',message='$testimonial',website='$website' WHERE id=".$id);
    118117        return '<div class="updated"><p><strong>Testimonial Updated..</strong></p></div>';
Note: See TracChangeset for help on using the changeset viewer.