allowed_markup
The BuddyPress allowed markup function.
Description
allowed_markup( (string) $args = '' );
Parameters (1)
- 0. $args — Optional. (string) =>
''
- The args.
Usage
if ( !function_exists( 'allowed_markup' ) ) { require_once ABSPATH . PLUGINDIR . 'buddypress/bp-forums/bbpress/bb-includes/functions.bb-template.php'; } // The args. $args = ''; // NOTICE! Understand what this does before running. $result = allowed_markup($args);
Defined (1)
The function is defined in the following location(s).
- /bp-forums/bbpress/bb-includes/functions.bb-template.php
- function allowed_markup( $args = '' ) {
- }