
After downloading Testimonials Manager (http://wordpress.org/extend/plugins/testimonials-manager/) I found that it had a powered by link which is very annoying for me as clients do not wish to have this, I can edit it from the plugin code however after each update I will have to re-edit those files which can be very annoying and time consuming.
Therefore I have decided to release a plugin which removes the powered by part automatically.
Testimonials Manager Client Plugin
Download From
http://uploadingit.com/d/TBUQXDQ2SZ3ZIG3H
Below you will find the source code:
function showTestimonial_md() {$content = showTestimonial();$content = str_replace(‘<div style=”background: transparent; border:none; margin:0 0 20px 0; text-align:right;size:10px”>Powered by the <a href=”http://www.profitplugs.com/testimonials-manager-wordpress/” title=”Testimonial Manager”>Testimonial Manager Plugin for WordPress.</a></div>’,”,$content);return $content;}remove_shortcode(‘show_testimonials’);add_shortcode(‘show_testimonials’, ‘showTestimonial_md’);do_shortcode(‘show_testimonials’);
Please Enjoy!
