how to remove the edit, delete buttons/links from plugin
#3
you mean this : and this works for my plugin , thanks


$plugins->add_hook("postbit", "called_on_postbit_hook");
function called_on_postbit_hook($post)
{
$post['button_quickdelete'] = '';
$post['button_edit'] = '';
return $post;
}



thanks a lot, i was struggling since last 3 days for it. can you refer me any tutorial or know how links , documentation where postbit type methos are written clearly, what arguments are passing there ect.

agian thanks
With Regards and many thanks.
------------------------------------------
Reply


Messages In This Thread
RE: how to remove the edit, delete buttons/links from plugin - by zbaig - 2012-01-20, 04:08 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)