2012-02-23, 12:25 PM
i am making a bad word plugin.
on my condition i want to un-approve some post(s).
how to use this function in my plugin as no hook is provided for this
unapprove_posts(post_ids); [This function is in class_moderation.php]
How can I actually create a hook for this function so my plugin can call it?
on my condition i want to un-approve some post(s).
how to use this function in my plugin as no hook is provided for this
unapprove_posts(post_ids); [This function is in class_moderation.php]
How can I actually create a hook for this function so my plugin can call it?
With Regards and many thanks.
------------------------------------------
------------------------------------------