sanitize_textarea_field

sanitize_textarea_field

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('sanitize_textarea_field') is found 1 times:

  • /wp-includes/formatting.php line 5619
    	 *
    	 * @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