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
    			$allowed .= '> ';
    		}
    
    		// Filter & return
    		return apply_filters( 'bbp_get_allowed_tags', htmlentities( $allowed ) );
    	}
    
    /** Errors & Messages *********************************************************/
    
    /**
     * Display possible errors & messages inside a template file