Parsedown::setSafeMode( $safeMode )
Description
Source
File: bp-help/vendors/parsedown/Parsedown.php
86 87 88 89 90 91 | function setSafeMode( $safeMode ) { $this ->safeMode = (bool) $safeMode ; return $this ; } |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.