Is the query for a comments feed?
wp_reset_postdata
After looping through a separate query, this function restores the $post global to the current post in the main query.
random_password
Filters the randomly-generated password.
cache_users
Retrieve info for user lists to prevent multiple queries by get_userdata()
Advertisement
setted_site_transient
Fires after the value for a site transient has been set.
set_site_transient_{$transient}
Fires after the value for a specific site transient has been set.
pre_set_site_transient_{$transient}
Filters the value of a specific site transient before it is set.
deleted_site_transient
Fires after a transient is deleted.
Advertisement
delete_site_transient_{$transient}
Fires immediately before a specific site transient is deleted.
update_site_option
Fires after the value of a network option has been successfully updated.
update_site_option_{$option}
Fires after the value of a specific network option has been successfully updated.
pre_update_site_option_{$option}
Filters a specific network option before its value is updated.
Advertisement
delete_site_option
Fires after a network option has been deleted.
delete_site_option_{$option}
Fires after a specific network option has been deleted.
pre_delete_site_option_{$option}
Fires immediately before a specific network option is deleted.