extractText() extractText( $str) : array Extract paragraph nodes from HTML block. Each graf will be returned as a node in an array, sans HTML. Parameters $str Returns array — of text
extractHtmlGrafs() extractHtmlGrafs( $str, $ignoreEmptyNodes = array()) : array Extract direct decedent paragraph nodes from HTML block. Each graf will be returned as a node in an array, with html, Parameters $str $ignoreEmptyNodes Returns array — of text
convertEmbeds() convertEmbeds( $content) Convert embedded media from CEO-Core into templated embed data. Parameters $content