apply_filters( 'sanitize_textarea_field', string $filtered, string $str )

Filters a sanitized textarea field string.


Parameters

$filtered

The sanitized string.

$str

The string prior to being sanitized.


Source

File: wp-includes/formatting.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.7.0 Introduced.