• After downloading Testimonials Manager (https://www.ads-software.com/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
    https://uploadingit.com/d/TBUQXDQ2SZ3ZIG3H

    Below you will find the source code:

    Just make sure your folder name comes after ‘Testimonials Manager’ in the alphabet.

    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=”https://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!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Testimonials Manager Client Plugin’ is closed to new replies.