Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor techotronic

    (@techotronic)

    Hi,

    it should be sufficient to put this inside your functions.php:

    remove_action(‘wp_meta’,’renderMetaLink’);

    Cheers,
    Arne

    Thread Starter minklet

    (@minklet)

    Thankyou very much

    greets,
    where exactly should this snippet be added in functions.php???

    thanx in advance

    bump

    Plugin Contributor techotronic

    (@techotronic)

    Hi,

    well, that depends on how your functions.php looks like.
    But it should be safe to add this to the very end:

    <?php remove_action(‘wp_meta’,’renderMetaLink’);?>

    Cheers,
    Arne

    Thread Starter minklet

    (@minklet)

    This doesn’t actually work for me. Added to functions and message is still there.

    Thread Starter minklet

    (@minklet)

    I just deleted this from the plugin file instead

    add_action(‘wp_meta’,array(& $this, ‘renderMetaLink’));

    publicradio

    (@publicradio)

    I thought this would work too, but it didn’t. In that line to remove this, it just says ‘renderMetaLink’ but when it’s added, this is part of an array. Is that why it doesn’t work?

    Plugin Contributor techotronic

    (@techotronic)

    Hi,
    yeah, I add the meta-link with a reference to the instanciated main class of my plugin, and I haven’t found a way to properly remove the action after that, sry.
    A future version of the plugin will contain an option to turn off the link.
    Cheers,
    Arne

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: jQuery Colorbox] Removing the ‘using jquery colorbox’ link’ is closed to new replies.