Version Description
(01/08/12) = * A nag (which you can hide) should you not have the plugin set up correctly with a subscription or confirmation page. * More CSS classes on each individual elements of the form.
Download this release
Release Info
Developer | rhyswynne |
Plugin | WordPress Email Marketing Plugin – WP Email Capture |
Version | 2.5 |
Comparing to | |
See all releases |
Code changes from version 2.3.7 to 2.5
- images/WP-EC-120-x-240.png +0 -0
- images/WP-EC-262-x-218.png +0 -0
- images/WP-EC-336-x-280.png +0 -0
- images/index.php +1 -0
- inc/admin-sidebar.php +112 -0
- inc/core.php +3 -1
- inc/display.php +7 -7
- inc/functions.php +36 -0
- inc/options.php +11 -15
- inc/process.php +0 -2
- languages/WPEC-de_DE.mo +0 -0
- languages/WPEC-de_DE.po +34 -34
- readme.txt +20 -6
- wp-email-capture.php +3 -2
images/WP-EC-120-x-240.png
ADDED
Binary file
|
images/WP-EC-262-x-218.png
ADDED
Binary file
|
images/WP-EC-336-x-280.png
ADDED
Binary file
|
images/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php //Naughty! ?>
|
inc/admin-sidebar.php
ADDED
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
function wp_email_capture_admin_sidebar($sidestring)
|
4 |
+
{
|
5 |
+
$sidebararray = explode(',', $sidestring);
|
6 |
+
|
7 |
+
echo '<div class="postbox-container" style="width:24%;padding-left:10px;float:left;"><div class="metabox-holder"><div class="meta-box-sortables">';
|
8 |
+
|
9 |
+
foreach ($sidebararray as $widgettitle)
|
10 |
+
{
|
11 |
+
echo "<div id='wpemailcapture_premium".$widgettitle."' class='postbox'>";
|
12 |
+
switch($widgettitle){
|
13 |
+
case 'support':
|
14 |
+
echo '<h3 class="hndle"><span>'.__('Need Help?','WPEC').'</span></h3>';
|
15 |
+
echo '<div class="inside">';
|
16 |
+
echo '<p>'.__('If you are having problems with this plugin, please read the','WPEC').' <a href="http://wpemailcapture.com/free-plugin/frequently-asked-questions/">'.__('Frequently Asked Questions','WPEC').'</a>, '.__('or alternatively','WPEC').' <a href="http://wpemailcapture.com/support/">'.__('submit a support request here','WPEC').'</a>.</p></div>';
|
17 |
+
break;
|
18 |
+
case 'affiliates':
|
19 |
+
echo '<h3 class="hndle"><span>'.__('Recommended Services','WPEC').'</span></h3>';
|
20 |
+
echo '<div class="inside">';
|
21 |
+
echo '<p>'.__('We recommend the following services for sending out emails:-','WPEC').'</p>';
|
22 |
+
echo '<ul>';
|
23 |
+
echo '<li><strong><a href="http://wpemailcapture.com/recommends/aweber">Aweber</a></strong></li>';
|
24 |
+
echo '<li><strong><a href="http://wpemailcapture.com/recommends/mailchimp">MailChimp</a></strong></li>';
|
25 |
+
echo '<li><strong><a href="http://wpemailcapture.com/recommends/madmimi">MadMimi</a></strong></li>';
|
26 |
+
echo '</ul>';
|
27 |
+
echo '</div>';
|
28 |
+
break;
|
29 |
+
case 'globaldescription':
|
30 |
+
echo '<h3 class="hndle"><span>'.__('Global List Management','WPEC').'</span></h3>';
|
31 |
+
echo '<div class="inside">';
|
32 |
+
echo '<p>'.__('This page allows you to create lists, either','WPEC').' <strong>'.__('external lists','WPEC').'</strong> '.__('(WP Email Capture is compatible with most major email marketing software packages), or a new','WPEC').' <strong>'.__('WP Email Capture List','WPEC').'</strong>.' .__('You can create as many different lists as you wish','WPEC').'.</p>';
|
33 |
+
echo '</div>';
|
34 |
+
break;
|
35 |
+
case 'listdescriptionpremium':
|
36 |
+
echo '<h3 class="hndle"><span>' .__('Add/Edit WP Email Capture List','WPEC').'</span></h3>';
|
37 |
+
echo '<div class="inside">';
|
38 |
+
echo '<p>' .__('This is the page for managing WP Email Capture Lists. From this page you can:-','WPEC').'</p>';
|
39 |
+
echo '<ul>';
|
40 |
+
echo '<li><strong>' .__('Make Changes To Your Lists','WPEC').'</strong> - ' .__('such as the name and the pages redirected to on form completion','WPEC').'.</li>';
|
41 |
+
echo '<li><strong>' .__('Email Options','WPEC').'</strong> - ' .__('such as where the email comes from and what emails sent to the subscriber contains','WPEC').'.</li>';
|
42 |
+
echo '<li><strong>' .__('Error Options','WPEC').'</strong> - ' .__('the errors that are displayed to subscribers who incorrectly fill in the form','WPEC').'.</li>';
|
43 |
+
echo '<li><strong>' .__('Styling Options','WPEC').'</strong> - ' .__('change the button image (or use an image), as well as what to ask the user for besides their name','WPEC').'.</li>';
|
44 |
+
echo '</ul>';
|
45 |
+
echo __('You can also on this page do the following','WPEC'). ':-';
|
46 |
+
echo '<ul>';
|
47 |
+
echo '<li>'.__('Manage List Subscribers','WPEC').'</li>';
|
48 |
+
echo '<li>'.__('Delete Temporary Emails','WPEC').'</li>';
|
49 |
+
echo '<li>'.__('Empty the entire list','WPEC').'</li>';
|
50 |
+
echo '</ul>';
|
51 |
+
echo '</div>';
|
52 |
+
break;
|
53 |
+
case 'getwpemailcapturepremiumdescription':
|
54 |
+
echo '<h3 class="hndle"><span>'.__('Get WP Email Capture Premium','WPEC').'</span></h3>';
|
55 |
+
echo '<div class="inside">';
|
56 |
+
echo '<p>'.__('Unlock the <strong>true</strong> power of WP Email Capture with the Premium version. With multiple lists, and stat tracking, WP Email Capture Premium is the missing link in your WordPress Email Marketing Puzzle','WPEC').'.</p>';
|
57 |
+
echo '<p style="text-align:center;"><a href="http://wpemailcapture.com/pricing/?utm_source=plugin&utm_medium=banner&utm_term=2point5&utm_campaign=internalbanner"><img src="'.plugins_url('images/WP-EC-262-x-218.png' , dirname(__FILE__)).'" alt="WP Email Capture"></a></p>';
|
58 |
+
echo '</div>';
|
59 |
+
break;
|
60 |
+
case 'exlistdescriptionpremium':
|
61 |
+
echo '<h3 class="hndle"><span>'.__('Add/Edit External List','WPEC').'</span></h3>';
|
62 |
+
echo '<div class="inside">';
|
63 |
+
echo '<p>'.__('This is the page for managing External lists through WP Email Capture. Simply copy & paste the code from your Email Marketing software into the page below and you can embed your newsletter subscriptions into posts, pages or sidebars easily using WP Email Capture. If you do not have an Email Marketing Service, a few are recommended below','WPEC').'.</p>';
|
64 |
+
echo '</div>';
|
65 |
+
break;
|
66 |
+
case 'donations':
|
67 |
+
echo '<h3 class="hndle"><span>'.__('Donations','WPEC').'</span></h3><div class="inside">
|
68 |
+
<p>'.__('If you like this plugin, please consider a small donation to help with future versions and plugins.','WPEC'). '</p>
|
69 |
+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
70 |
+
<input type="hidden" name="cmd" value="_s-xclick">
|
71 |
+
<input type="hidden" name="hosted_button_id" value="8590914">
|
72 |
+
<input type="image" src="https://www.paypal.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
|
73 |
+
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
|
74 |
+
</form></div>';
|
75 |
+
break;
|
76 |
+
case 'news':
|
77 |
+
$wpemailcapturefeed = wp_email_capture_fetch_rss_feed();
|
78 |
+
echo '<h3 class="hndle"><span>'.__('Latest News','WPEC').'</span></h3><div class="inside">
|
79 |
+
<p>'.__('The latest news and tutorials from WP Email Capture','WPEC').'.</p>';
|
80 |
+
echo '<ul>';
|
81 |
+
foreach ( $wpemailcapturefeed as $item ) {
|
82 |
+
$url = preg_replace( '/#.*/', '', esc_url( $item->get_permalink(), $protocolls=null, 'display' ) );
|
83 |
+
echo '<li>';
|
84 |
+
echo '<a href="'.$url.'#utm_source=wpadmin&utm_medium=sidebarwidget&utm_term=newsitem&utm_campaign=wpemailcapture">'. esc_html( $item->get_title() ) .'</a> ';
|
85 |
+
echo '</li>';
|
86 |
+
}
|
87 |
+
echo '</ul></div>';
|
88 |
+
break;
|
89 |
+
case 'supportus':
|
90 |
+
echo '<h3 class="hndle"><span>'.__('Support Us!','WPEC').'</span></h3><div class="inside">
|
91 |
+
<p>'.__('We would like you if you would not mind, doing one of the following if you are a fan of WP Email Capture','WPEC').'.</p>';
|
92 |
+
echo '<ul>';
|
93 |
+
echo '<li><a href="http://wordpress.org/extend/plugins/wp-email-capture/">'.__('Rate the plugin 5* on WordPress.org','WPEC').'</a></li>';
|
94 |
+
echo '<li><a href="http://twitter.com/WPEmailCapture">'.__('Follow @WPEmailCapture on Twitter','WPEC').'</a></li>';
|
95 |
+
echo '<li><a href="http://facebook.com/WPEmailCapture">'.__('Like us on Facebook','WPEC').'</a></li>';
|
96 |
+
echo '</ul></div>';
|
97 |
+
break;
|
98 |
+
case 'becomeanaffiliate':
|
99 |
+
echo '<h3 class="hndle"><span>'.__('Become An Affiliate!','WPEC').'</span></h3><div class="inside">
|
100 |
+
<p>'.__('Earn upto','WPEC'). ' <strong>$30</strong> '.__('per sale of WP Email Capture','WPEC'). '! <a href="http://wpemailcapture.com/affiliates"><strong>'.__('Join our affilite programme today','WPEC').'</strong></a>.</p></div>';
|
101 |
+
break;
|
102 |
+
case 'supportpage':
|
103 |
+
echo '<h3 class="hndle"><span>'.__('WP Email Capture Options','WPEC').'</span></h3><div class="inside">
|
104 |
+
<p>'.__('On this page you can make changes that to the way in which WP Email Capture runs','WPEC').'.</p></div>';
|
105 |
+
break;
|
106 |
+
}
|
107 |
+
echo "</div>";
|
108 |
+
}
|
109 |
+
echo '</div></div></div>';
|
110 |
+
|
111 |
+
}
|
112 |
+
?>
|
inc/core.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
require_once(WP_EMAIL_CAPTURE_PATH . '/inc/functions.php');
|
4 |
-
|
5 |
require_once(WP_EMAIL_CAPTURE_PATH . '/inc/install.php');
|
6 |
|
7 |
require_once(WP_EMAIL_CAPTURE_PATH . '/inc/pagedresults.php');
|
@@ -26,4 +26,6 @@ require_once(WP_EMAIL_CAPTURE_PATH . '/inc/dashboard.php');
|
|
26 |
|
27 |
require_once(WP_EMAIL_CAPTURE_PATH . '/inc/checks.php');
|
28 |
|
|
|
|
|
29 |
?>
|
1 |
<?php
|
2 |
|
3 |
require_once(WP_EMAIL_CAPTURE_PATH . '/inc/functions.php');
|
4 |
+
require_once(WP_EMAIL_CAPTURE_PATH . '/inc/admin-sidebar.php');
|
5 |
require_once(WP_EMAIL_CAPTURE_PATH . '/inc/install.php');
|
6 |
|
7 |
require_once(WP_EMAIL_CAPTURE_PATH . '/inc/pagedresults.php');
|
26 |
|
27 |
require_once(WP_EMAIL_CAPTURE_PATH . '/inc/checks.php');
|
28 |
|
29 |
+
require_once(WP_EMAIL_CAPTURE_PATH . '/inc/functions.php');
|
30 |
+
|
31 |
?>
|
inc/display.php
CHANGED
@@ -9,7 +9,7 @@ function wp_email_capture_form($error = 0)
|
|
9 |
$url = get_option('home');
|
10 |
$url = addLastCharacter($url);
|
11 |
|
12 |
-
?> <div id="wp_email_capture"><form name="wp_email_capture" method="post" action="<?php echo $url; ?>">
|
13 |
|
14 |
<?php if (isset($_GET['wp_email_capture_error'])) {
|
15 |
|
@@ -19,13 +19,13 @@ $url = addLastCharacter($url);
|
|
19 |
|
20 |
} ?>
|
21 |
|
22 |
-
<label class="wp-email-capture-name" for="wp-email-capture-name"><?php _e('Name:','WPEC'); ?></label> <input name="wp-email-capture-name" type="text" class="wp-email-capture-name" /><br/>
|
23 |
|
24 |
-
<label class="wp-email-capture-email" for="wp-email-capture-email"><?php _e('Email:','WPEC'); ?></label> <input name="wp-email-capture-email" type="text" class="wp-email-capture-email" /><br/>
|
25 |
|
26 |
<input type="hidden" name="wp_capture_action" value="1" />
|
27 |
|
28 |
-
<input name="Submit" type="submit" value="<?php _e('Submit','WPEC'); ?>" class="wp-email-capture-submit" />
|
29 |
|
30 |
</form>
|
31 |
|
@@ -48,7 +48,7 @@ function wp_email_capture_form_page($error = 0)
|
|
48 |
$url = get_option('home');
|
49 |
$url = addLastCharacter($url);
|
50 |
|
51 |
-
$display .= "<div id='wp_email_capture_2'><form name='wp_email_capture_display' method='post' action='" . $url ."'>\n";
|
52 |
|
53 |
if (isset($_GET['wp_email_capture_error'])) {
|
54 |
|
@@ -58,9 +58,9 @@ $url = addLastCharacter($url);
|
|
58 |
|
59 |
}
|
60 |
|
61 |
-
$display .= "<label class='wp-email-capture-name' for='wp-email-capture-name'>".__('Name:','WPEC')."</label> <input name='wp-email-capture-name' type='text' class='wp-email-capture-name' /><br/>\n";
|
62 |
|
63 |
-
$display .= "<label class='wp-email-capture-email' for='wp-email-capture-email'>".__('Email:','WPEC')."</label> <input name='wp-email-capture-email' type='text' class='wp-email-capture-email' /><br/>\n";
|
64 |
|
65 |
$display .= "<input type='hidden' name='wp_capture_action' value='1' />\n";
|
66 |
|
9 |
$url = get_option('home');
|
10 |
$url = addLastCharacter($url);
|
11 |
|
12 |
+
?> <div id="wp_email_capture" class="wp-email-capture wp-email-capture-widget wp-email-capture-widget-worldwide"><form name="wp_email_capture" method="post" action="<?php echo $url; ?>">
|
13 |
|
14 |
<?php if (isset($_GET['wp_email_capture_error'])) {
|
15 |
|
19 |
|
20 |
} ?>
|
21 |
|
22 |
+
<label class="wp-email-capture-name wp-email-capture-label wp-email-capture-widget-worldwide wp-email-capture-name-widget wp-email-capture-name-label wp-email-capture-name-label-widget" for="wp-email-capture-name-widget"><?php _e('Name:','WPEC'); ?></label> <input name="wp-email-capture-name" id="wp-email-capture-name-widget" type="text" class="wp-email-capture-name wp-email-capture-input wp-email-capture-widget-worldwide wp-email-capture-name-widget wp-email-capture-name-input wp-email-capture-name-input-widget" /><br/>
|
23 |
|
24 |
+
<label class="wp-email-capture-email wp-email-capture-label wp-email-capture-widget-worldwide wp-email-capture-email-widget wp-email-capture-email-label wp-email-capture-email-label-widget" for="wp-email-capture-email-widget"><?php _e('Email:','WPEC'); ?></label> <input name="wp-email-capture-email" id="wp-email-capture-email-widget" type="text" class="wp-email-capture-email wp-email-capture-input wp-email-capture-widget-worldwide wp-email-capture-email-widget wp-email-capture-email-input wp-email-capture-email-input-widget" /><br/>
|
25 |
|
26 |
<input type="hidden" name="wp_capture_action" value="1" />
|
27 |
|
28 |
+
<input name="Submit" type="submit" value="<?php _e('Submit','WPEC'); ?>" class="wp-email-capture-submit wp-email-capture-widget-worldwide" />
|
29 |
|
30 |
</form>
|
31 |
|
48 |
$url = get_option('home');
|
49 |
$url = addLastCharacter($url);
|
50 |
|
51 |
+
$display .= "<div id='wp_email_capture_2' class='wp-email-capture wp-email-capture-display'><form name='wp_email_capture_display' method='post' action='" . $url ."'>\n";
|
52 |
|
53 |
if (isset($_GET['wp_email_capture_error'])) {
|
54 |
|
58 |
|
59 |
}
|
60 |
|
61 |
+
$display .= "<label class='wp-email-capture-name wp-email-capture-label wp-email-capture-display-worldwide wp-email-capture-name-display wp-email-capture-name-label wp-email-capture-name-label-display' for='wp-email-capture-name-display'>".__('Name:','WPEC')."</label> <input name='wp-email-capture-name' id='wp-email-capture-name-display' type='text' class='wp-email-capture-name wp-email-capture-label wp-email-capture-display-worldwide wp-email-capture-name-display wp-email-capture-name-input wp-email-capture-name-input-display' /><br/>\n";
|
62 |
|
63 |
+
$display .= "<label class='wp-email-capture-email wp-email-capture-label wp-email-capture-display wp-email-capture-email-display wp-email-capture-email-label wp-email-capture-email-label-display' for='wp-email-capture-email-display'>".__('Email:','WPEC')."</label> <input name='wp-email-capture-email' id='wp-email-capture-email-display' type='text' class='wp-email-capture-email wp-email-capture-input wp-email-capture-display wp-email-capture-email-display wp-email-capture-email-input wp-email-capture-email-input-display' /><br/>\n";
|
64 |
|
65 |
$display .= "<input type='hidden' name='wp_capture_action' value='1' />\n";
|
66 |
|
inc/functions.php
CHANGED
@@ -44,4 +44,40 @@ function checkIfPresent($email){
|
|
44 |
|
45 |
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
?>
|
44 |
|
45 |
|
46 |
|
47 |
+
function wp_email_capture_admin_notice() {
|
48 |
+
global $current_user ;
|
49 |
+
$user_id = $current_user->ID;
|
50 |
+
/* Check that the user hasn't already clicked to ignore the message */
|
51 |
+
if (!get_user_meta($user_id, 'example_ignore_notice')) {
|
52 |
+
if (get_option('wp_email_capture_signup')=="" || get_option('wp_email_capture_redirection')=="") {
|
53 |
+
echo '<div class="error"><p>';
|
54 |
+
printf(__('<strong>Please Note: </strong> You have not created a subscription page, confirmation page or both in WP Email Capture, please go to the WP Email Capture Settings Page to add them. | <a href="%1$s">Hide Notice</a>'), '?wp_email_capture_nag_ignore=0');
|
55 |
+
echo "</p></div>";
|
56 |
+
|
57 |
+
}
|
58 |
+
}
|
59 |
+
}
|
60 |
+
|
61 |
+
function wp_email_capture_nag_ignore() {
|
62 |
+
global $current_user;
|
63 |
+
$user_id = $current_user->ID;
|
64 |
+
/* If user clicks to ignore the notice, add that to their user meta */
|
65 |
+
if ( isset($_GET['wp_email_capture_nag_ignore']) && '0' == $_GET['wp_email_capture_nag_ignore'] ) {
|
66 |
+
add_user_meta($user_id, 'wp_email_capture_ignore_notice', 'true', true);
|
67 |
+
}
|
68 |
+
}
|
69 |
+
|
70 |
+
function wp_email_capture_fetch_rss_feed() {
|
71 |
+
$url = includes_url();
|
72 |
+
include_once($url . '/feed.php');
|
73 |
+
$rss = fetch_feed("http://wpemailcapture.com/feed?cat=-4");
|
74 |
+
|
75 |
+
if ( is_wp_error($rss) ) { return false; }
|
76 |
+
|
77 |
+
$rss_items = $rss->get_items(0, 5);
|
78 |
+
|
79 |
+
return $rss_items;
|
80 |
+
|
81 |
+
}
|
82 |
+
|
83 |
?>
|
inc/options.php
CHANGED
@@ -10,17 +10,20 @@ function wp_email_capture_menus() {
|
|
10 |
|
11 |
function wp_email_capture_options() {
|
12 |
|
13 |
-
|
|
|
|
|
|
|
14 |
|
15 |
echo '<h2>'.__('WP Email Capture Options','WPEC').'</h2>';
|
16 |
|
17 |
?>
|
18 |
|
19 |
-
|
20 |
|
21 |
<p><?php _e('We recommend','WPEC'); ?> <a href="http://wpemailcapture.com/recommends/aweber" title="Email Marketing">Aweber</a> <?php _e('to run your email campaigns. We have tested this plugin with it.','WPEC'); ?>
|
22 |
|
23 |
-
</p>
|
24 |
|
25 |
<table width="75%" border="0">
|
26 |
|
@@ -36,7 +39,7 @@ function wp_email_capture_options() {
|
|
36 |
|
37 |
</tr>
|
38 |
|
39 |
-
</table>
|
40 |
<p>
|
41 |
|
42 |
<?php
|
@@ -186,19 +189,12 @@ echo "<a name='emptyallemails'></a><h3>".__('Delete Current List','WPEC')."</h3>
|
|
186 |
|
187 |
echo "</form>";
|
188 |
|
189 |
-
echo '</div>';
|
190 |
-
?>
|
191 |
-
<h3><?php _e('Donations','WPEC'); ?></h3>
|
192 |
|
193 |
-
|
194 |
-
|
195 |
-
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
196 |
-
<input type="hidden" name="cmd" value="_s-xclick">
|
197 |
-
<input type="hidden" name="hosted_button_id" value="8590914">
|
198 |
-
<input type="image" src="https://www.paypal.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
|
199 |
-
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
|
200 |
-
</form>
|
201 |
|
|
|
|
|
202 |
|
203 |
|
204 |
<?php }
|
10 |
|
11 |
function wp_email_capture_options() {
|
12 |
|
13 |
+
echo '<div class="wrap">';
|
14 |
+
echo '<div style="width:70%;float:left;clear:both;" class="postbox-container">';
|
15 |
+
echo '<div class="metabox-holder"><div class="meta-box-sortables">';
|
16 |
+
|
17 |
|
18 |
echo '<h2>'.__('WP Email Capture Options','WPEC').'</h2>';
|
19 |
|
20 |
?>
|
21 |
|
22 |
+
<!-- <h3><?php _e('Recommendations','WPEC'); ?></h3>
|
23 |
|
24 |
<p><?php _e('We recommend','WPEC'); ?> <a href="http://wpemailcapture.com/recommends/aweber" title="Email Marketing">Aweber</a> <?php _e('to run your email campaigns. We have tested this plugin with it.','WPEC'); ?>
|
25 |
|
26 |
+
</p>
|
27 |
|
28 |
<table width="75%" border="0">
|
29 |
|
39 |
|
40 |
</tr>
|
41 |
|
42 |
+
</table> -->
|
43 |
<p>
|
44 |
|
45 |
<?php
|
189 |
|
190 |
echo "</form>";
|
191 |
|
192 |
+
echo '</div></div></div>';
|
|
|
|
|
193 |
|
194 |
+
wp_email_capture_admin_sidebar("getwpemailcapturepremiumdescription,affiliates,news,supportus");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
|
196 |
+
echo '</div>';
|
197 |
+
?>
|
198 |
|
199 |
|
200 |
<?php }
|
inc/process.php
CHANGED
@@ -99,8 +99,6 @@ if (wp_email_capture_double_check_everything($name, $email))
|
|
99 |
|
100 |
if ($sqlcheck){
|
101 |
|
102 |
-
|
103 |
-
|
104 |
$url = $_SERVER['PHP_SELF'] . "?wp_email_capture_error=User%20already%20present";
|
105 |
|
106 |
wp_redirect($url);
|
99 |
|
100 |
if ($sqlcheck){
|
101 |
|
|
|
|
|
102 |
$url = $_SERVER['PHP_SELF'] . "?wp_email_capture_error=User%20already%20present";
|
103 |
|
104 |
wp_redirect($url);
|
languages/WPEC-de_DE.mo
CHANGED
Binary file
|
languages/WPEC-de_DE.po
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2011-10-21 11:45+0100\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -19,104 +19,104 @@ msgstr ""
|
|
19 |
#: ../inc/dashboard.php:13
|
20 |
#: ../inc/options.php:151
|
21 |
msgid "Export"
|
22 |
-
msgstr "
|
23 |
|
24 |
#: ../inc/dashboard.php:17
|
25 |
msgid "Use the button below to export your list as a CSV to use in software such as"
|
26 |
-
msgstr "
|
27 |
|
28 |
#: ../inc/dashboard.php:27
|
29 |
#: ../inc/options.php:165
|
30 |
msgid "Temporary e-mails"
|
31 |
-
msgstr "
|
32 |
|
33 |
#: ../inc/dashboard.php:31
|
34 |
#: ../inc/options.php:169
|
35 |
msgid "There are"
|
36 |
-
msgstr "
|
37 |
|
38 |
#: ../inc/dashboard.php:31
|
39 |
#: ../inc/options.php:169
|
40 |
msgid "e-mail addresses that have been unconfirmed. Delete them to save space below."
|
41 |
-
msgstr "
|
42 |
|
43 |
#: ../inc/dashboard.php:47
|
44 |
msgid "WP Email Capture - At A Glance"
|
45 |
-
msgstr "WP Email Capture -
|
46 |
|
47 |
#: ../inc/display.php:22
|
48 |
msgid "Name:"
|
49 |
-
msgstr "
|
50 |
|
51 |
#: ../inc/display.php:24
|
52 |
msgid "Email:"
|
53 |
-
msgstr "
|
54 |
|
55 |
#: ../inc/display.php:36
|
56 |
#: ../inc/display.php:71
|
57 |
msgid "Powered by"
|
58 |
-
msgstr "
|
59 |
|
60 |
#: ../inc/options.php:5
|
61 |
#: ../inc/options.php:15
|
62 |
msgid "WP Email Capture Options"
|
63 |
-
msgstr "
|
64 |
|
65 |
#: ../inc/options.php:19
|
66 |
msgid "Recommendations"
|
67 |
-
msgstr "
|
68 |
|
69 |
#: ../inc/options.php:21
|
70 |
msgid "We recommend"
|
71 |
-
msgstr "
|
72 |
|
73 |
#: ../inc/options.php:21
|
74 |
msgid "to run your email campaigns. We have tested this plugin with it."
|
75 |
-
msgstr "
|
76 |
|
77 |
#: ../inc/options.php:46
|
78 |
msgid "Options"
|
79 |
-
msgstr "
|
80 |
|
81 |
#: ../inc/options.php:66
|
82 |
msgid "Page to redirect to on sign up (full web address ie: http://www.domain.com/this-page/)"
|
83 |
-
msgstr "
|
84 |
|
85 |
#: ../inc/options.php:74
|
86 |
msgid "Page to redirect to on confirmation of email address (full web address ie: http://www.domain.com/this-other-page/)"
|
87 |
-
msgstr "
|
88 |
|
89 |
#: ../inc/options.php:82
|
90 |
msgid "From Which Email Address"
|
91 |
-
msgstr "
|
92 |
|
93 |
#: ../inc/options.php:90
|
94 |
msgid "From Which Name"
|
95 |
-
msgstr "
|
96 |
|
97 |
#: ../inc/options.php:98
|
98 |
msgid "Subject of Email"
|
99 |
-
msgstr "
|
100 |
|
101 |
#: ../inc/options.php:106
|
102 |
msgid "Body of Email"
|
103 |
-
msgstr "
|
104 |
|
105 |
#: ../inc/options.php:107
|
106 |
msgid "(use %NAME% to use the form's "Name" field in their welcome email)"
|
107 |
-
msgstr "(
|
108 |
|
109 |
#: ../inc/options.php:115
|
110 |
msgid "Link to us (optional, but appreciated)"
|
111 |
-
msgstr "
|
112 |
|
113 |
#: ../inc/options.php:139
|
114 |
msgid "Save Changes"
|
115 |
-
msgstr "
|
116 |
|
117 |
#: ../inc/options.php:155
|
118 |
msgid "Use the button below to export your list as a CSV to use in software such as <a href=\"http://www.gospelrhys.co.uk/go/aweber.php\" title=\"Email Marketing\">Aweber</a> or <a href=\"http://www.gospelrhys.co.uk/go/mailchimp.php\">Mailchimp</a>"
|
119 |
-
msgstr "
|
120 |
|
121 |
#: ../inc/options.php:177
|
122 |
msgid "Delete Current List"
|
@@ -124,7 +124,7 @@ msgstr "Aktuelle Liste löschen"
|
|
124 |
|
125 |
#: ../inc/options.php:181
|
126 |
msgid "Want to delete the entire list? Click the link below. <strong>WARNING: </strong> this will delete all confirmed emails, so make sure you have a backup."
|
127 |
-
msgstr "Gesamte Liste löschen? Klicken Sie auf den
|
128 |
|
129 |
#: ../inc/options.php:191
|
130 |
msgid "Donations"
|
@@ -132,7 +132,7 @@ msgstr "Spenden"
|
|
132 |
|
133 |
#: ../inc/options.php:193
|
134 |
msgid "If you like this plugin, please consider a small donation to help with future versions & plugins. Donators are thanked on each specific plugin page!"
|
135 |
-
msgstr "Wenn Sie dieses
|
136 |
|
137 |
#: ../inc/pagedresults.php:141
|
138 |
msgid "Prev"
|
@@ -148,23 +148,23 @@ msgstr "Dies ist eine automatische Nachricht, weil jemand mit der IP-Adresse"
|
|
148 |
|
149 |
#: ../inc/process.php:158
|
150 |
msgid "(possibly you) on"
|
151 |
-
msgstr "(vielleicht sie)"
|
152 |
|
153 |
#: ../inc/process.php:158
|
154 |
msgid "filled out the form on the following page"
|
155 |
-
msgstr "das Formular auf der folgenden
|
156 |
|
157 |
#: ../inc/process.php:159
|
158 |
msgid "If you are sure this isn't you, please ignore this message, you will not be sent another message."
|
159 |
-
msgstr "Wenn Sie sich sicher sind dass dies nicht waren,
|
160 |
|
161 |
#: ../inc/process.php:176
|
162 |
msgid "Not found your email in our database"
|
163 |
-
msgstr "Ihre
|
164 |
|
165 |
#: ../inc/tabledata.php:27
|
166 |
msgid "Members"
|
167 |
-
msgstr "
|
168 |
|
169 |
#: ../inc/tabledata.php:37
|
170 |
msgid "Name"
|
@@ -172,7 +172,7 @@ msgstr "Name"
|
|
172 |
|
173 |
#: ../inc/tabledata.php:37
|
174 |
msgid "Email"
|
175 |
-
msgstr "
|
176 |
|
177 |
#: ../inc/widget.php:35
|
178 |
msgid "Subscribe!"
|
@@ -180,7 +180,7 @@ msgstr "Abonnieren!"
|
|
180 |
|
181 |
#: ../inc/widget.php:37
|
182 |
msgid "Subscribe to my blog for updates"
|
183 |
-
msgstr "Abonnieren Sie meinen Blog"
|
184 |
|
185 |
#: ../inc/widget.php:117
|
186 |
msgid "Widget title:"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2011-10-21 11:45+0100\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Marc Nilius <marc.nilius@libertello.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
19 |
#: ../inc/dashboard.php:13
|
20 |
#: ../inc/options.php:151
|
21 |
msgid "Export"
|
22 |
+
msgstr "Export"
|
23 |
|
24 |
#: ../inc/dashboard.php:17
|
25 |
msgid "Use the button below to export your list as a CSV to use in software such as"
|
26 |
+
msgstr "Benutzen Sie den Button unterhalb, um die Liste als CSV-Datei zu exportieren zur Verwendung in Programmen wie etwa"
|
27 |
|
28 |
#: ../inc/dashboard.php:27
|
29 |
#: ../inc/options.php:165
|
30 |
msgid "Temporary e-mails"
|
31 |
+
msgstr "Temporäre E-Mail-Adressen"
|
32 |
|
33 |
#: ../inc/dashboard.php:31
|
34 |
#: ../inc/options.php:169
|
35 |
msgid "There are"
|
36 |
+
msgstr "Es sind"
|
37 |
|
38 |
#: ../inc/dashboard.php:31
|
39 |
#: ../inc/options.php:169
|
40 |
msgid "e-mail addresses that have been unconfirmed. Delete them to save space below."
|
41 |
+
msgstr "E-Mail-Adresse(n) vorhanden, die bislang unbestätigt sind. Um Platz zu sparen, können diese gelöscht werden."
|
42 |
|
43 |
#: ../inc/dashboard.php:47
|
44 |
msgid "WP Email Capture - At A Glance"
|
45 |
+
msgstr "WP Email Capture - Auf einen Blick"
|
46 |
|
47 |
#: ../inc/display.php:22
|
48 |
msgid "Name:"
|
49 |
+
msgstr "Name:"
|
50 |
|
51 |
#: ../inc/display.php:24
|
52 |
msgid "Email:"
|
53 |
+
msgstr "E-Mail:"
|
54 |
|
55 |
#: ../inc/display.php:36
|
56 |
#: ../inc/display.php:71
|
57 |
msgid "Powered by"
|
58 |
+
msgstr "Unterstützt von"
|
59 |
|
60 |
#: ../inc/options.php:5
|
61 |
#: ../inc/options.php:15
|
62 |
msgid "WP Email Capture Options"
|
63 |
+
msgstr "WP Email Capture Optionen"
|
64 |
|
65 |
#: ../inc/options.php:19
|
66 |
msgid "Recommendations"
|
67 |
+
msgstr "Empfehlungen"
|
68 |
|
69 |
#: ../inc/options.php:21
|
70 |
msgid "We recommend"
|
71 |
+
msgstr "Wir empfehlen"
|
72 |
|
73 |
#: ../inc/options.php:21
|
74 |
msgid "to run your email campaigns. We have tested this plugin with it."
|
75 |
+
msgstr "für Ihre E-Mail-Kampagnen. Dieses Plugin wurde erfolgreich damit getestet."
|
76 |
|
77 |
#: ../inc/options.php:46
|
78 |
msgid "Options"
|
79 |
+
msgstr "Optionen"
|
80 |
|
81 |
#: ../inc/options.php:66
|
82 |
msgid "Page to redirect to on sign up (full web address ie: http://www.domain.com/this-page/)"
|
83 |
+
msgstr "Seite zur Weiterleitung bei der Anmeldung (vollständige Adresse: http://www.domain.com/this-page/)"
|
84 |
|
85 |
#: ../inc/options.php:74
|
86 |
msgid "Page to redirect to on confirmation of email address (full web address ie: http://www.domain.com/this-other-page/)"
|
87 |
+
msgstr "Seite zur Weiterleitung zur Bestätigung der E-Mail-Adresse (vollständige Adresse: http://www.domain.com/this-page/)"
|
88 |
|
89 |
#: ../inc/options.php:82
|
90 |
msgid "From Which Email Address"
|
91 |
+
msgstr "Absender-E-Mail-Adresse"
|
92 |
|
93 |
#: ../inc/options.php:90
|
94 |
msgid "From Which Name"
|
95 |
+
msgstr "Absender-Name"
|
96 |
|
97 |
#: ../inc/options.php:98
|
98 |
msgid "Subject of Email"
|
99 |
+
msgstr "Betreff der E-Mail"
|
100 |
|
101 |
#: ../inc/options.php:106
|
102 |
msgid "Body of Email"
|
103 |
+
msgstr "Text der E-Mail"
|
104 |
|
105 |
#: ../inc/options.php:107
|
106 |
msgid "(use %NAME% to use the form's "Name" field in their welcome email)"
|
107 |
+
msgstr "(Benutzen Sie %NAME%, um den Namen aus dem Anmeldeformular in der Willkommens-Nachricht zu nutzen)"
|
108 |
|
109 |
#: ../inc/options.php:115
|
110 |
msgid "Link to us (optional, but appreciated)"
|
111 |
+
msgstr "Verlinken Sie uns (optional, aber gerne gesehen)"
|
112 |
|
113 |
#: ../inc/options.php:139
|
114 |
msgid "Save Changes"
|
115 |
+
msgstr "Änderungen speichern"
|
116 |
|
117 |
#: ../inc/options.php:155
|
118 |
msgid "Use the button below to export your list as a CSV to use in software such as <a href=\"http://www.gospelrhys.co.uk/go/aweber.php\" title=\"Email Marketing\">Aweber</a> or <a href=\"http://www.gospelrhys.co.uk/go/mailchimp.php\">Mailchimp</a>"
|
119 |
+
msgstr "Benutzen Sie den Button unterhalb, um die Liste als CSV-Datei zu exportieren zur Verwendung in Programmen wie etwa <a href=\"http://www.gospelrhys.co.uk/go/aweber.php\" title=\"Email Marketing\">Aweber</a> oder <a href=\"http://www.gospelrhys.co.uk/go/mailchimp.php\">Mailchimp</a>."
|
120 |
|
121 |
#: ../inc/options.php:177
|
122 |
msgid "Delete Current List"
|
124 |
|
125 |
#: ../inc/options.php:181
|
126 |
msgid "Want to delete the entire list? Click the link below. <strong>WARNING: </strong> this will delete all confirmed emails, so make sure you have a backup."
|
127 |
+
msgstr "Gesamte Liste löschen? Klicken Sie auf den Link unten. ACHTUNG: Es werden alle bestätigten E-Mails löschen. Bitte zur Sicherheit eine Kopie machen."
|
128 |
|
129 |
#: ../inc/options.php:191
|
130 |
msgid "Donations"
|
132 |
|
133 |
#: ../inc/options.php:193
|
134 |
msgid "If you like this plugin, please consider a small donation to help with future versions & plugins. Donators are thanked on each specific plugin page!"
|
135 |
+
msgstr "Wenn Sie dieses Plugin gut finden, erwägen Sie bitte eine kleine Spende zur Unterstützung der zukünftigen Versionen & Plugins. Wir bedanken uns bei jedem Spender auf der jeweiligen Plugin Seite!"
|
136 |
|
137 |
#: ../inc/pagedresults.php:141
|
138 |
msgid "Prev"
|
148 |
|
149 |
#: ../inc/process.php:158
|
150 |
msgid "(possibly you) on"
|
151 |
+
msgstr "(vielleicht sie) am"
|
152 |
|
153 |
#: ../inc/process.php:158
|
154 |
msgid "filled out the form on the following page"
|
155 |
+
msgstr "das Formular auf der folgenden Seite ausgefüllt hat:"
|
156 |
|
157 |
#: ../inc/process.php:159
|
158 |
msgid "If you are sure this isn't you, please ignore this message, you will not be sent another message."
|
159 |
+
msgstr "Wenn Sie sich sicher sind, dass Sie dies nicht waren, ignorieren Sie bitte diese Meldung. Sie werden keine weiteren Meldungen erhalten."
|
160 |
|
161 |
#: ../inc/process.php:176
|
162 |
msgid "Not found your email in our database"
|
163 |
+
msgstr "Ihre E-Mail-Adresse konnte in unserer Datenbank nicht gefunden werden"
|
164 |
|
165 |
#: ../inc/tabledata.php:27
|
166 |
msgid "Members"
|
167 |
+
msgstr "Mitglieder"
|
168 |
|
169 |
#: ../inc/tabledata.php:37
|
170 |
msgid "Name"
|
172 |
|
173 |
#: ../inc/tabledata.php:37
|
174 |
msgid "Email"
|
175 |
+
msgstr "E-Mail"
|
176 |
|
177 |
#: ../inc/widget.php:35
|
178 |
msgid "Subscribe!"
|
180 |
|
181 |
#: ../inc/widget.php:37
|
182 |
msgid "Subscribe to my blog for updates"
|
183 |
+
msgstr "Abonnieren Sie meinen Blog für aktuelle Informationen"
|
184 |
|
185 |
#: ../inc/widget.php:117
|
186 |
msgid "Widget title:"
|
readme.txt
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
Tags: email, marketing, capture, form, affiliates, mailing lists, email marketing, widget ready
|
3 |
Requires at least: 3.0
|
4 |
Tested up to: 3.3.1
|
5 |
-
Version: 2.
|
6 |
-
Stable tag: 2.
|
7 |
Contributors: rhyswynne
|
8 |
-
Donate link: http://
|
9 |
|
10 |
Double opt-in form for building your email list. Define landing pages to distribute your ebooks & software.
|
11 |
|
@@ -24,18 +24,28 @@ Features:-
|
|
24 |
|
25 |
For more details please visit the official site of [WP Email Capture](http://www.wpemailcapture.com/)
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
Keep in Contact:-
|
28 |
|
29 |
* [WP Email Capture on Facebook](http://www.facebook.com/wpemailcapture)
|
30 |
* [@WPEmailCapture](http://www.twitter.com/wpemailcapture) on Twitter
|
31 |
-
* For support requests please visit the [FAQ's](http://wpemailcapture.com/free-plugin/frequently-asked-questions/) or
|
|
|
32 |
|
33 |
Translation Credits:-
|
34 |
|
35 |
Translations have been done by the following parties. Thank you!
|
36 |
|
37 |
* French: Olivier - http://www.ticket-system.net/
|
38 |
-
* German: Stephan - http://www.computersniffer.com/
|
39 |
* Brazilian Portugese: Nick Lima (@nick_linux) - http://cotidianolinux.com.br
|
40 |
* Dutch Translation: Sander - http://www.zanderz.net/
|
41 |
* Hungarian Translation: Surbma - http://surbma.hu/
|
@@ -128,9 +138,13 @@ Wherever you put in %NAME% (spelt exactly like that, uppercase as well), it will
|
|
128 |
Please report any bugs, support and suggestions to the [WP Email Capture Support Page](http://www.wpemailcapture.com/support/)
|
129 |
|
130 |
== Donate ==
|
131 |
-
To donate to this plugin, please visit the [WP Email Capture Donations Page](http://www.wpemailcapture.com/
|
132 |
|
133 |
== Change Log ==
|
|
|
|
|
|
|
|
|
134 |
= 2.3.7 (23/07/12) =
|
135 |
* Improved wording of on page options, as well as documentation.
|
136 |
|
2 |
Tags: email, marketing, capture, form, affiliates, mailing lists, email marketing, widget ready
|
3 |
Requires at least: 3.0
|
4 |
Tested up to: 3.3.1
|
5 |
+
Version: 2.5
|
6 |
+
Stable tag: 2.5
|
7 |
Contributors: rhyswynne
|
8 |
+
Donate link: http://wpemailcapture.com/pricing/
|
9 |
|
10 |
Double opt-in form for building your email list. Define landing pages to distribute your ebooks & software.
|
11 |
|
24 |
|
25 |
For more details please visit the official site of [WP Email Capture](http://www.wpemailcapture.com/)
|
26 |
|
27 |
+
**Now Released is WP Email Capture Premium!** You get all the above features plus the following:-
|
28 |
+
|
29 |
+
* Stat tracking - track the visitors to your site and where your sign ups come from.
|
30 |
+
* Autoresponders - Create an autoresponder email, an email sent to the user when they sign up to your site.
|
31 |
+
* Multiple lists - Create multiple lists for your site.
|
32 |
+
* Build External Lists - If you have a Mailchimp or Aweber account, you can use WP Email Capture to build to these services directly.
|
33 |
+
|
34 |
+
You also get premium support and further documentation. For more information, and to purchase, [visit the plans and pricing page](http://wpemailcapture.com/pricing/).
|
35 |
+
|
36 |
Keep in Contact:-
|
37 |
|
38 |
* [WP Email Capture on Facebook](http://www.facebook.com/wpemailcapture)
|
39 |
* [@WPEmailCapture](http://www.twitter.com/wpemailcapture) on Twitter
|
40 |
+
* For support requests please visit the [FAQ's](http://wpemailcapture.com/free-plugin/frequently-asked-questions/), or leave a message in the Wordpress Support Forum.
|
41 |
+
* For general feature requests or bug notices [please contact me directly](http://wpemailcapture.com/contact/), however any support requests sent via the contact form will be ignored - please use the WordPress Support Forum.
|
42 |
|
43 |
Translation Credits:-
|
44 |
|
45 |
Translations have been done by the following parties. Thank you!
|
46 |
|
47 |
* French: Olivier - http://www.ticket-system.net/
|
48 |
+
* German: Stephan - http://www.computersniffer.com/ and Marc Nilius (@libertello) - http://www.libertello.de/
|
49 |
* Brazilian Portugese: Nick Lima (@nick_linux) - http://cotidianolinux.com.br
|
50 |
* Dutch Translation: Sander - http://www.zanderz.net/
|
51 |
* Hungarian Translation: Surbma - http://surbma.hu/
|
138 |
Please report any bugs, support and suggestions to the [WP Email Capture Support Page](http://www.wpemailcapture.com/support/)
|
139 |
|
140 |
== Donate ==
|
141 |
+
To donate to this plugin, please visit the [WP Email Capture Donations Page](http://www.wpemailcapture.com/pricing/)
|
142 |
|
143 |
== Change Log ==
|
144 |
+
= 2.5 (01/08/12) =
|
145 |
+
* A nag (which you can hide) should you not have the plugin set up correctly with a subscription or confirmation page.
|
146 |
+
* More CSS classes on each individual elements of the form.
|
147 |
+
|
148 |
= 2.3.7 (23/07/12) =
|
149 |
* Improved wording of on page options, as well as documentation.
|
150 |
|
wp-email-capture.php
CHANGED
@@ -8,7 +8,7 @@ Plugin URI: http://www.wpemailcapture.com
|
|
8 |
|
9 |
Description: Captures email addresses for insertion into software such as <a href="http://wpemailcapture.com/recommends/aweber" title="Email Marketing">Aweber</a> or <a href="http://wpemailcapture.com/recommends/mailchimp/">Mailchimp</a>
|
10 |
|
11 |
-
Version: 2.
|
12 |
|
13 |
Author: Rhys Wynne
|
14 |
|
@@ -59,6 +59,7 @@ register_activation_hook(__FILE__,'wp_email_capture_install');
|
|
59 |
|
60 |
add_shortcode( 'wp_email_capture_form', 'wp_email_capture_form_page');
|
61 |
|
62 |
-
|
|
|
63 |
|
64 |
?>
|
8 |
|
9 |
Description: Captures email addresses for insertion into software such as <a href="http://wpemailcapture.com/recommends/aweber" title="Email Marketing">Aweber</a> or <a href="http://wpemailcapture.com/recommends/mailchimp/">Mailchimp</a>
|
10 |
|
11 |
+
Version: 2.5
|
12 |
|
13 |
Author: Rhys Wynne
|
14 |
|
59 |
|
60 |
add_shortcode( 'wp_email_capture_form', 'wp_email_capture_form_page');
|
61 |
|
62 |
+
add_action('admin_notices', 'wp_email_capture_admin_notice');
|
63 |
+
add_action('admin_init', 'wp_email_capture_nag_ignore');
|
64 |
|
65 |
?>
|