sanitize_textarea_field

sanitize_textarea_field

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('sanitize_textarea_field') is found 1 times:

  • /wp-includes/formatting.php line 5594
    5590
    5591
    5592
    5593
    5594
    5595
    5596
    5597
    5598
    5599
    5600
         *
         * @param string $filtered The sanitized string.
         * @param string $str      The string prior to being sanitized.
         */
        return apply_filters( 'sanitize_textarea_field', $filtered, $str );
    }
     
    /**
     * Internal helper function to sanitize a string from user input or from the database.
     *
     * @since 4.7.0