How to remove the Email Marketing by WP Autoresponder
July 31, 2012 / by Marco / Categories : WordpressI started using the WP Autoresponder plugin which is an awesome plugin which every blog should have. The only issue that I had was that the form embedded a link to the authors website. See the below image:
I couldn’t find any options to get rid of this in the plugin and it’s something that shouldn’t really be on by default as it violates some of the wordpress plugin guidelines. So I did some researching and it seems like some people has the same problem. Well firstly, the forms doesn’t look very professional so it was time for me to remove it. So what I did was to edit following file: wp-content/plugins/wp-responder-email-autoresponder-and-newsletter-plugin/forms.php file. Delete lines 474-476 which has:
<td colspan=”2″ align=”center”><?php if ($enableForm) { ?>
<a href=”http://www.wpresponder.com”>Email Marketing by WP Autoresponder</a>
<?php } ?></td>
I also had to delete the following line 383 from the file wpresponder.php
echo base64_decode(“PGJyIC8+DQo8YnIgLz4NCjxka…”);
That seems to have worked for me.
OTHER ARTICLES YOU MAY LIKE
THE BEST WOOCOMMERCE AFFILIATE AFFILIATE RETAILER PLUGIN FOR MAXIMUM PROFITS
In today’s highly competitive e-commerce landscape, leveraging the power of affiliate marketing has become a crucial strategy for online retailers to maximize their profits. And when it comes to running an efficient and lucrative affiliate program on your WooCommerce store, choosing the right plugin is paramount. The best WooCommerce affiliate retailer plugin that stands out […]
read moreUSING WPFORMS FOR WORDPRESS POLLS
Have you tried creating polls in WordPress? It’s pretty easy, and it’s a great way to collect feedback from your users. With WPForms (a WordPress plugin), you can add awesome polls right within the WordPress platform and all the information collected you will able to keep right within WordPress – you will not have to […]
read more