Changeset 2170520
- Timestamp:
- 10/09/2019 10:13:22 AM (6 years ago)
- Location:
- emailsystem/trunk
- Files:
-
- 2 edited
-
emailsystem.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
emailsystem/trunk/emailsystem.php
r2170494 r2170520 3 3 * Plugin Name: EmailSystem 4 4 * Plugin URI: https://www.emailsystem.gr/ 5 * Description: EmailSystem Plugin6 * Version: 1.1 5 * Description: The easiest, user friendly, professional email marketing platform to grow your email lists and communicate effectively with your subscribers. 6 * Version: 1.1.1 7 7 * Author: EmailSystem Email Marketing 8 8 * Author URI: https://www.emailsystem.gr/ … … 26 26 add_action('admin_menu','em_add_pages'); 27 27 add_action('admin_menu','remove_meta_boxes'); 28 add_action('admin_menu','em_global_vars');29 28 add_action('admin_menu','add_meta_boxes'); 30 29 add_action('admin_menu','emailsystem_activate'); … … 135 134 'high' 136 135 ); 137 }138 function em_global_vars() {139 echo '<script type="text/javascript">140 /* <![CDATA[ */141 var em_php_vars = {"var_name":"var_value"};142 /* ]]> */143 </script>';144 136 } 145 137 function emailsystem_install() { … … 473 465 } 474 466 function form_editor() { 467 echo '<script type="text/javascript"> 468 /* <![CDATA[ */ 469 var em_php_vars = {"var_name":"var_value"}; 470 /* ]]> */ 471 </script>'; 475 472 ?><script> 476 473 em_php_vars['form_name'] = '<?php echo __('Όνομα Φόρμας','emailsystem'); ?>'; -
emailsystem/trunk/readme.txt
r2170493 r2170520 3 3 Contributors: emailsystem 4 4 Tested up to: 5.2.2 5 Stable tag: 1.1 5 Stable tag: 1.1.1 6 6 Requires at least: 4.9.8 7 7 License: GPLv2
Note: See TracChangeset
for help on using the changeset viewer.