$page


Built-in Methods Reference

$page->setOutputFormatting(true|false)

Introduced in Version 2.0

Description

By default, output will be formatted according filters you may have defined with the field. If you are modifying the values of a page's custom fields, you will need to call $page->setOutputFormatting(false) before doing so. This turns off output formatting, which ensures that saved values don't already have runtime formatters applied to them. ProcessWire will throw an error if you attempt to save formatted fields.

Related

Post Comment