bbp_get_allowed_tags

bbp_get_allowed_tags

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_allowed_tags') is found 1 times:

  • /includes/common/template.php line 2529
    2525
    2526
    2527
    2528
    2529
    2530
    2531
    2532
    2533
    2534
    2535
                $allowed .= '> ';
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_allowed_tags', htmlentities( $allowed ) );
        }
     
    /** Errors & Messages *********************************************************/
     
    /**
     * Display possible errors & messages inside a template file