Changeset 1955897
- Timestamp:
- 10/12/2018 04:27:12 PM (7 years ago)
- Location:
- pinq-inquiry-management-solution/tags/1.1/includes
- Files:
-
- 2 edited
-
class-picalunchpinq-activator.php (modified) (1 diff)
-
class-picalunchpinq-deactivator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pinq-inquiry-management-solution/tags/1.1/includes/class-picalunchpinq-activator.php
r1941481 r1955897 31 31 */ 32 32 public static function activate() { 33 $admin_email = get_option('admin_email'); wp_mail( 'piclaunch@gmail.com', 'PINQ Activated on ' . get_site_url(), 'Admin: ' . $admin_email ); 34 33 35 34 36 } -
pinq-inquiry-management-solution/tags/1.1/includes/class-picalunchpinq-deactivator.php
r1912896 r1955897 32 32 public static function deactivate() { 33 33 34 $admin_email = get_option('admin_email'); wp_mail( 'piclaunch@gmail.com', 'PINQ Deactivated on ' . get_site_url(), 'Admin: ' . $admin_email ); 35 36 34 37 } 35 38
Note: See TracChangeset
for help on using the changeset viewer.