BBP_Converter_Base::callback_html( $field )
Description
Source
File: bp-forums/admin/converter.php
1485 1486 1487 1488 1489 | protected function callback_html( $field ) { require_once ( bbpress()->admin->admin_dir . 'parser.php' ); $bbcode = BBCode::getInstance(); return html_entity_decode( $bbcode ->Parse( $field ) ); } |
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.