Archive | /wp-includes/plugin.php RSS feed for this section

remove_filter

Removes a function from a specified filter hook.This function removes a function attached to a specified filter hook. This method can be used to remove default functions attached to a specific filter hook and possibly replace them with a substitute.

2709

Continue reading

remove_action

Removes a function from a specified action hook.This function removes a function attached to a specified action hook. This method can be used to remove default functions attached to a specific filter hook and possibly replace them with a substitute.

2701

Continue reading

register_uninstall_hook

Set the uninstallation hook for a plugin.Registers the uninstall hook that will be called when the user clicks on the uninstall link that calls for the plugin to uninstall itself. The link won’t be active unless the plugin hooks into the action.

2691

Continue reading