[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
HTML API: WP_HTML_Text_Replacement class
File Size: | 64 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
WP_HTML_Text_Replacement:: (1 method):
__construct()
Class: WP_HTML_Text_Replacement - X-Ref
Core class used by the HTML tag processor as a data structure for replacing__construct( int $start, int $length, string $text ) X-Ref |
Constructor. param: int $start Byte offset into document where replacement span begins. param: int $length Byte length of span in document being replaced. param: string $text Span of text to insert in document to replace existing content from start to end. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |