diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index ebcd80610d..1b6b7feb97 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -1194,6 +1194,7 @@ function sanitize_option($option, $value) { // Remember to call stripslashes! $value = clean_url($value); break; default : + $value = apply_filters("sanitize_option_{$option}", $value, $option); break; }