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

Filters a sanitized textarea field string.


Description Description


Parameters Parameters

$filtered

(string) The sanitized string.

$str

(string) The string prior to being sanitized.


Top ↑

Source Source

File: wp-includes/formatting.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.