Archive | Functions RSS feed for this section

register_widget_control

Registers widget control callback for customizing options.Allows $name to be an array that accepts either three elements to grab the first element and the third for the name or just uses the first element of the array for the name.

2695

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