[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Feed API: WP_SimplePie_Sanitize_KSES class
File Size: | 56 lines (2 kb) |
Included or required: | 2 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
WP_SimplePie_Sanitize_KSES:: (1 method):
sanitize()
Class: WP_SimplePie_Sanitize_KSES - X-Ref
Core class used to implement SimplePie feed sanitization.sanitize( $data, $type, $base = '' ) X-Ref |
WordPress SimplePie sanitization using KSES. Sanitizes the incoming data, to ensure that it matches the type of data expected, using KSES. param: mixed $data The data that needs to be sanitized. param: int $type The type of data that it's supposed to be. param: string $base Optional. The `xml:base` value to use when converting relative return: mixed Sanitized data. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |