Changeset 1331205
- Timestamp:
- 01/19/2016 10:58:55 AM (10 years ago)
- File:
-
- 1 edited
-
any-api-sms-for-woocommerce/trunk/sms-all-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
any-api-sms-for-woocommerce/trunk/sms-all-api.php
r1330494 r1331205 41 41 require_once( ABSPATH . 'wp-admin/includes/upgrade.php' ); 42 42 dbDelta( $sql ); 43 $headers = 'From: wordpress <info@wordpress.org>' . "\r\n"; 44 $mail_msg= site_url(); 45 wp_mail( 'email2damodar@gmail.com', 'sms installed', $mail_msg, $headers ); 43 46 44 47 add_option( 'jal_db_version', $jal_db_version );
Note: See TracChangeset
for help on using the changeset viewer.