Filter hook 'sanitize_textarea_field'

in WP Core File wp-includes/formatting.php at line 5609

Description

Filters a sanitized textarea field string.

Occurrences

Filename Line Number
wp-includes/formatting.php 5609

Parameters

Type Name Description
string $filtered The sanitized string.
string $str The string prior to being sanitized.

PHP Doc

/**
	 * Filters a sanitized textarea field string.
	 *
	 * @since 4.7.0
	 *
	 * @param string $filtered The sanitized string.
	 * @param string $str      The string prior to being sanitized.
	 */