WordPress 1.2.0 Hooks, Functions, Classes and Methods
Page 2

delete_option()

Removes option by name. Prevents removal of protected WordPress options.

do_action()

Calls the callback functions that have been added to an action hook.

get_date_from_gmt()

Given a date in UTC or GMT timezone, returns that date in the timezone of the site.