esc_textarea [ WordPress Function ]
esc_textarea ( $text )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Escaping for textarea values.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/esc textarea « WordPress Codex
Description. Encodes text for use inside a <textarea> element. Usage. <?php esc_textarea( $text ); ?> Parameters. $text: (string) (required) The text which is to ...
codex.wordpress.org - #15454 (esc_textarea() for obvious textarea escaping function ...
Let's introduce esc_textarea() and standardize around that. ... (In [16431]) esc_textarea() and application for obvious textarea escaping. props alexkingorg. fixes ...
core.trac.wordpress.org - Pull Request #2: Fix XSS issues in options form by properly using ...
Feb 3, 2012 ... The options form directly echoes get_option() output in a textarea. Instead, it should use esc_textarea() to protect against XSS.
github.com - esc_textarea() WordPress function reference, arguments and source ...
Escaping for textarea values. Signature. esc_textarea( $text ). text: (string). Return. (string). Source. function esc_textarea( $text ) { $safe_text = htmlspecialchars( ...
queryposts.com
Kullanýcý Tartýþmalarý [ wordpress.org ]
- iansane on "problem with esc_textarea and get_post_meta"
- iansane on "problem with esc_textarea and get_post_meta"
- iansane on "problem with esc_textarea and get_post_meta"
- iansane on "problem with esc_textarea and get_post_meta"
- Chouby on "problem with esc_textarea"
- robin90 on "problem with esc_textarea"
- richarduk on "can't get esc_attr to work but esc_textarea does"
- christopherross on "esc_textarea() back to normal text?"