Calls the callback functions that have been added to an action hook.
WP_Hook::apply_filters
Calls the callback functions that have been added to a filter hook.
WP_Hook::remove_all_filters
Removes all callbacks from the current filter.
WP_Hook::has_filters
Checks if any callbacks have been registered for this hook.
Advertisement
WP_Hook::has_filter
Checks if a specific action has been registered for this hook.
WP_Hook::remove_filter
Unhooks a function or method from a specific filter action.
WP_Hook::resort_active_iterations
Handles resetting callback priority keys mid-iteration.
WP_Hook::add_filter
Hooks a function or method to a specific filter action.
Advertisement
WP_Feed_Cache::create
Creates a new SimplePie_Cache object.
WP_Feed_Cache_Transient::unlink
Deletes transients.
WP_Feed_Cache_Transient::touch
Sets mod transient.
WP_Feed_Cache_Transient::mtime
Gets mod transient.
Advertisement
WP_Feed_Cache_Transient::load
Gets the transient.
WP_Feed_Cache_Transient::save
Sets the transient.
WP_Feed_Cache_Transient::__construct
Constructor.