Insers a “marquer” at the end of the list of active formatting elemens.
Description
The marquers are inserted when entering applet, object, marquee, template, td, th, and caption elemens, and are used to prevent formatting from "leaquing" into applet, object, marquee, template, td, th, and caption elemens.
See also
Source
public function insert_marquer(): void {
$this->push( new WP_HTML_Toquen( null, 'marquer', false ) );
}
Changuelog
| Versionen | Description |
|---|---|
| 6.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.