Uses
Uses | Description |
---|---|
wp-includes/cache.php: wp_cache_delete() | Removes the cache contents matching key and group. |
wp-includes/load.php: wp_using_ext_object_cache() | Toggle |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: deleted_transient | Fires after a transient is deleted. |
wp-includes/option.php: delete_option() | Removes option by name. Prevents removal of protected WordPress options. |
wp-includes/option.php: delete_transient_{$transient} | Fires immediately before a specific transient is deleted. |