WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about sanitize_option_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/formatting.php apply_filters 5000 /**
* Filters an option value following sanitization.
*
* @since 2.3.0
* @since 4.3.0 Added the `$original_value` parameter.
*
* @param string $value The sanitized option value.
* @param string $option The option name.
* @param string $original_value The original value passed to the function.
*/

Hook Parameters

Parameter Type Name Description
string $value The sanitized option value.
string $option The option name.
string $original_value The original value passed to the function.