Remove link left by wordpress plugin?

2 replies
  • WEB DESIGN
  • |
i installed a plugin in wordpress by there is an inserted bar of dialog with two links.

This isn't that big a deal, but seems a bit sneaky and they didn't mention it to me, so im going to remove it.

Anyone know how i can do that?

I like the plugin tho so id rather not have to uninstall that.

Any Ideas?
#left #link #plugin #remove #wordpress
  • Profile picture of the author sgtsavvy
    nevermind guys, figured it out!
    {{ DiscussionBoard.errors[4972032].message }}
  • Profile picture of the author MattStrange
    Just in case anybody wants to insert some footer text in the Wordpress admin you can use this code:

    PHP Code:
    if ( is_admin() ){
    add_action('in_admin_footer''wp_admin_footer_text');
    }

    function 
    wp_admin_footer_text() {
    echo <<<HTML
    <p id="footer-ozh-oam">My Footer Text</p>
    HTML;

    Willing to help with wordpress, send me a message.

    Matt
    {{ DiscussionBoard.errors[4983696].message }}

Trending Topics